#BD986C

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

Shades of Fallow #BD986C

Tints of Fallow #BD986C

Color information

#BD986C (or 0xBD986C) is unknown color: approx Fallow. HEX triplet: BD, 98 and 6C. RGB value is (189,152,108). Sum of RGB (Red+Green+Blue) = 189+152+108=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD986C is #426793. Grayscale: #9E9E9E. Windows color (decimal): -4351892 or 7116989. OLE color: 7116989.

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

Color convert

RGB189152108-
CMYK00.200.430.26
HSL32.59º38.03%58.24%-
HSV(B)32.59º42.86%74.12%-
XYZ34.9234.3618.98-
YUV158.0599.76150.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=42.09%
G=33.85%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915210800.200.430.2632.5938.0358.24
HexBD986C0142B1A21263a
Octal2752301540245332414672
Binary1011110110011000110110001010010101111010100001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD986C; }

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

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

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

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

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

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

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

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