#BD9974

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

Shades of Fallow #BD9974

Tints of Fallow #BD9974

Color information

#BD9974 (or 0xBD9974) is unknown color: approx Fallow. HEX triplet: BD, 99 and 74. RGB value is (189,153,116). Sum of RGB (Red+Green+Blue) = 189+153+116=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9974 is #42668B. Grayscale: #9F9F9F. Windows color (decimal): -4351628 or 7641533. OLE color: 7641533.

HSL color Cylindrical-coordinate representation of color #BD9974: hue angle of 30.41º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD9974 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB189153116-
CMYK00.190.390.26
HSL30.41º35.61%59.8%-
HSV(B)30.41º38.62%74.12%-
XYZ35.5334.8621.38-
YUV159.55103.43149.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 116 (45.70% from 255) = 25.33%
R=41.27%
G=33.41%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915311600.190.390.2630.4135.6159.8
HexBD9974013271A1e243c
Octal2752311640234732364474
Binary101111011001100111101000100111001111101011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9974; }

 p { color: rgb(189,153,116); }

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

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

 a { background-color: rgb(189,153,116); }

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

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

 span { border-color: rgb(189,153,116); }

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