#BD9766

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

Shades of Fallow #BD9766

Tints of Fallow #BD9766

Color information

#BD9766 (or 0xBD9766) is unknown color: approx Fallow. HEX triplet: BD, 97 and 66. RGB value is (189,151,102). Sum of RGB (Red+Green+Blue) = 189+151+102=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9766 is #426899. Grayscale: #9D9D9D. Windows color (decimal): -4352154 or 6723517. OLE color: 6723517.

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

Color convert

RGB189151102-
CMYK00.200.460.26
HSL33.79º39.73%57.06%-
HSV(B)33.79º46.03%74.12%-
XYZ34.4533.9117.3-
YUV156.7897.09150.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=42.76%
G=34.16%
B=23.08%

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
Decimal18915110200.200.460.2633.7939.7357.06
HexBD97660142E1A222839
Octal2752271460245632425071
Binary1011110110010111110011001010010111011010100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9766; }

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

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

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

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

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

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

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

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