#BD9F72

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

Shades of Fallow #BD9F72

Tints of Fallow #BD9F72

Color information

#BD9F72 (or 0xBD9F72) is unknown color: approx Fallow. HEX triplet: BD, 9F and 72. RGB value is (189,159,114). Sum of RGB (Red+Green+Blue) = 189+159+114=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F72 is #42608D. Grayscale: #A3A3A3. Windows color (decimal): -4350094 or 7511997. OLE color: 7511997.

HSL color Cylindrical-coordinate representation of color #BD9F72: hue angle of 36º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD9F72 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189159114-
CMYK00.160.400.26
HSL36º36.23%59.41%-
HSV(B)36º39.68%74.12%-
XYZ36.4236.8321.11-
YUV162.84100.44146.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=40.91%
G=34.42%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915911400.160.400.263636.2359.41
HexBD9F72010281A24243b
Octal2752371620205032444473
Binary1011110110011111111001001000010100011010100100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9F72; }

 p { color: rgb(189,159,114); }

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

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

 a { background-color: rgb(189,159,114); }

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

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

 span { border-color: rgb(189,159,114); }

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