#BD9866

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

Shades of Fallow #BD9866

Tints of Fallow #BD9866

Color information

#BD9866 (or 0xBD9866) is unknown color: approx Fallow. HEX triplet: BD, 98 and 66. RGB value is (189,152,102). Sum of RGB (Red+Green+Blue) = 189+152+102=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9866 is #426799. Grayscale: #9D9D9D. Windows color (decimal): -4351898 or 6723773. OLE color: 6723773.

HSL color Cylindrical-coordinate representation of color #BD9866: hue angle of 34.48º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD9866 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189152102-
CMYK00.200.460.26
HSL34.48º39.73%57.06%-
HSV(B)34.48º46.03%74.12%-
XYZ34.6134.2317.35-
YUV157.3696.76150.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=42.66%
G=34.31%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915210200.200.460.2634.4839.7357.06
HexBD98660142E1A222839
Octal2752301460245632425071
Binary1011110110011000110011001010010111011010100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9866; }

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

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

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

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

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

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

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

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