Color Hex Logo

#bfa278 Color Hex

#BFA278
(191,162,120)
0 Favorites   0 Comments

Color spaces of #bfa278

RGB 191162120
HSL0.100.360.61
HSV35°37°75°
CMYK 0.000.150.37   0.25
XYZ37.796438.273123.1647
Yxy38.27310.38090.3857
Hunter Lab61.86530.789921.1053
CIE-Lab68.22144.660025.8145

#bfa278 color RGB value is (191,162,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100010 01111000
Octal 277 242 170
Decimal 191 162 120
Hex BF A2 78

RGB Percentages of Color #bfa278

%40.38
%34.25
%25.37

CMYK Percentages of Color #bfa278

%0
%15
%37
%25

Triadic Colors of #bfa278

#bfa278 #78bfa2 #a278bf

Analogous Colors of #bfa278

#bfa278 #b9bf78 #bf7f78

Monochromatic Colors of #bfa278

#bfa278

Complementary Color

#bfa278 #7895bf

#bfa278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa278 Color CSS Codes

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

#bfa278 Text Font Color

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

This sample text font color is #bfa278
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.


#bfa278 Background Color

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

This div background color is #bfa278


#bfa278 Border Color

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

This div border color is #bfa278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa278


Comments

No comments written yet.

Please login to write comment.