#BFB67A

Color #BFB67A Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BFB67A

Tints of Ecru #BFB67A

Color information

#BFB67A (or 0xBFB67A) is unknown color: approx Ecru. HEX triplet: BF, B6 and 7A. RGB value is (191,182,122). Sum of RGB (Red+Green+Blue) = 191+182+122=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB67A is #404985. Grayscale: #B2B2B2. Windows color (decimal): -4213126 or 8042175. OLE color: 8042175.

HSL color Cylindrical-coordinate representation of color #BFB67A: hue angle of 52.17º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFB67A is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB191182122-
CMYK00.050.360.25
HSL52.17º35.03%61.37%-
HSV(B)52.17º36.13%74.9%-
XYZ41.7345.9425.08-
YUV177.8596.48137.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=38.59%
G=36.77%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118212200.050.360.2552.1735.0361.37
HexBFB67A05241934233d
Octal277266172054431644375
Binary10111111101101101111010010110010011001110100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB67A; }

 p { color: rgb(191,182,122); }

 H1.HeaderClassName
 {
   color: #BFB67A;
 }
 .AnyTagClassName
 {
   color: #BFB67A;
 }
</style>
background-color css

<style>
 a { background-color: #BFB67A; }

 a { background-color: rgb(191,182,122); }

 div.DivClassName
 {
   background-color: #BFB67A;
 }
 .BgClassName
 {
   background-color: #BFB67A;
 }
</style>
border-color css

<style>
 span { border-color: #BFB67A; }

 span { border-color: rgb(191,182,122); }

 td.TdClassName
 {
   border-color: #BFB67A;
 }
 .TagClassName
 {
   border-color: #BFB67A;
 }
</style>