#BD9472

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

Shades of Fallow #BD9472

Tints of Fallow #BD9472

Color information

#BD9472 (or 0xBD9472) is unknown color: approx Fallow. HEX triplet: BD, 94 and 72. RGB value is (189,148,114). Sum of RGB (Red+Green+Blue) = 189+148+114=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9472 is #426B8D. Grayscale: #9C9C9C. Windows color (decimal): -4352910 or 7509181. OLE color: 7509181.

HSL color Cylindrical-coordinate representation of color #BD9472: hue angle of 27.2º 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 #BD9472 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189148114-
CMYK00.220.400.26
HSL27.2º36.23%59.41%-
HSV(B)27.2º39.68%74.12%-
XYZ34.6133.2120.51-
YUV156.38104.08151.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=41.91%
G=32.82%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914811400.220.400.2627.236.2359.41
HexBD9472016281A1b243b
Octal2752241620265032334473
Binary101111011001010011100100101101010001101011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9472; }

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

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

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

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

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

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

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

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