#BD9874

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

Shades of Fallow #BD9874

Tints of Fallow #BD9874

Color information

#BD9874 (or 0xBD9874) is unknown color: approx Fallow. HEX triplet: BD, 98 and 74. RGB value is (189,152,116). Sum of RGB (Red+Green+Blue) = 189+152+116=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9874 is #42678B. Grayscale: #9F9F9F. Windows color (decimal): -4351884 or 7641277. OLE color: 7641277.

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

Color convert

RGB189152116-
CMYK00.200.390.26
HSL29.59º35.61%59.8%-
HSV(B)29.59º38.62%74.12%-
XYZ35.3734.5421.33-
YUV158.96103.76149.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=41.36%
G=33.26%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915211600.200.390.2629.5935.6159.8
HexBD9874014271A1e243c
Octal2752301640244732364474
Binary101111011001100011101000101001001111101011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9874; }

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

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

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

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

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

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

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

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