#BD996B

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

Shades of Fallow #BD996B

Tints of Fallow #BD996B

Color information

#BD996B (or 0xBD996B) is unknown color: approx Fallow. HEX triplet: BD, 99 and 6B. RGB value is (189,153,107). Sum of RGB (Red+Green+Blue) = 189+153+107=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD996B is #426694. Grayscale: #9E9E9E. Windows color (decimal): -4351637 or 7051709. OLE color: 7051709.

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

Color convert

RGB189153107-
CMYK00.190.430.26
HSL33.66º38.32%58.04%-
HSV(B)33.66º43.39%74.12%-
XYZ35.0334.6618.75-
YUV158.5298.93149.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 107 (42.19% from 255) = 23.83%
R=42.09%
G=34.08%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915310700.190.430.2633.6638.3258.04
HexBD996B0132B1A22263a
Octal2752311530235332424672
Binary1011110110011001110101101001110101111010100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD996B; }

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

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

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

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

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

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

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

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