Color Hex Logo

#bfa271 Color Hex

#BFA271
(191,162,113)
0 Favorites   0 Comments

Color spaces of #bfa271

RGB 191162113
HSL0.100.380.60
HSV38°41°75°
CMYK 0.000.150.41   0.25
XYZ37.386838.109321.0081
Yxy38.10930.38740.3949
Hunter Lab61.73270.071523.0361
CIE-Lab68.10113.845729.4335

#bfa271 color RGB value is (191,162,113).

#bfa271 hex color red value is 191, green value is 162 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bfa271 hue: 0.10 , saturation: 0.38 and the lightness value of bfa271 is 0.60.

The process color (four color CMYK) of #bfa271 color hex is 0.00, 0.15, 0.41, 0.25. Web safe color of #bfa271 is #cc9966. Color #bfa271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100010 01110001
Octal 277 242 161
Decimal 191 162 113
Hex BF A2 71

RGB Percentages of Color #bfa271

%40.99
%34.76
%24.25

CMYK Percentages of Color #bfa271

%0
%15
%41
%25

Triadic Colors of #bfa271

#bfa271 #71bfa2 #a271bf

Analogous Colors of #bfa271

#bfa271 #b5bf71 #bf7b71

Monochromatic Colors of #bfa271

#bfa271

Complementary Color

#bfa271 #718ebf

#bfa271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa271 Color CSS Codes

.mybgcolor {background-color:#bfa271; } 
.myforecolor {color:#bfa271; }
.mybordercolor {border:3px solid #bfa271; }

#bfa271 Text Font Color

<p style="color:#bfa271">Text here</p>

This sample text font color is #bfa271
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfa271 Background Color

<div style="background-color:#bfa271">
Div content here</div>

This div background color is #bfa271


#bfa271 Border Color

<div style="border:3px solid #bfa271">
Div here</div>

This div border color is #bfa271


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,162,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfa271; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfa271;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa271;
  box-shadow:         1px 1px 3px 2px #bfa271; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,162,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfa271">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa271;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa271;
  box-shadow:         1px 1px 3px 2px #bfa271;">
Div content here</div>

This div box has shadow with color #bfa271


Comments

No comments written yet.

Please login to write comment.