#BD9B72

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

Shades of Fallow #BD9B72

Tints of Fallow #BD9B72

Color information

#BD9B72 (or 0xBD9B72) is unknown color: approx Fallow. HEX triplet: BD, 9B and 72. RGB value is (189,155,114). Sum of RGB (Red+Green+Blue) = 189+155+114=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B72 is #42648D. Grayscale: #A0A0A0. Windows color (decimal): -4351118 or 7510973. OLE color: 7510973.

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

Color convert

RGB189155114-
CMYK00.180.400.26
HSL32.8º36.23%59.41%-
HSV(B)32.8º39.68%74.12%-
XYZ35.7435.4820.88-
YUV160.49101.76148.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=41.27%
G=33.84%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915511400.180.400.2632.836.2359.41
HexBD9B72012281A21243b
Octal2752331620225032414473
Binary1011110110011011111001001001010100011010100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9B72; }

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

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

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

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

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

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

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

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