#BD996A

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

Shades of Fallow #BD996A

Tints of Fallow #BD996A

Color information

#BD996A (or 0xBD996A) is unknown color: approx Fallow. HEX triplet: BD, 99 and 6A. RGB value is (189,153,106). Sum of RGB (Red+Green+Blue) = 189+153+106=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD996A is #426695. Grayscale: #9E9E9E. Windows color (decimal): -4351638 or 6986173. OLE color: 6986173.

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

Color convert

RGB189153106-
CMYK00.190.440.26
HSL33.98º38.6%57.84%-
HSV(B)33.98º43.92%74.12%-
XYZ34.9834.6418.48-
YUV158.4198.43149.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=42.19%
G=34.15%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915310600.190.440.2633.9838.657.84
HexBD996A0132C1A22273a
Octal2752311520235432424772
Binary1011110110011001110101001001110110011010100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD996A; }

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

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

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

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

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

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

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

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