#BD996C

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

Shades of Fallow #BD996C

Tints of Fallow #BD996C

Color information

#BD996C (or 0xBD996C) is unknown color: approx Fallow. HEX triplet: BD, 99 and 6C. RGB value is (189,153,108). Sum of RGB (Red+Green+Blue) = 189+153+108=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD996C is #426693. Grayscale: #9E9E9E. Windows color (decimal): -4351636 or 7117245. OLE color: 7117245.

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

Color convert

RGB189153108-
CMYK00.190.430.26
HSL33.33º38.03%58.24%-
HSV(B)33.33º42.86%74.12%-
XYZ35.0834.6819.03-
YUV158.6399.43149.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 108 (42.58% from 255) = 24%
R=42%
G=34%
B=24%

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
Decimal18915310800.190.430.2633.3338.0358.24
HexBD996C0132B1A21263a
Octal2752311540235332414672
Binary1011110110011001110110001001110101111010100001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD996C; }

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

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

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

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

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

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

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

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