#BD9569

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

Shades of Fallow #BD9569

Tints of Fallow #BD9569

Color information

#BD9569 (or 0xBD9569) is unknown color: approx Fallow. HEX triplet: BD, 95 and 69. RGB value is (189,149,105). Sum of RGB (Red+Green+Blue) = 189+149+105=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9569 is #426A96. Grayscale: #9C9C9C. Windows color (decimal): -4352663 or 6919613. OLE color: 6919613.

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

Color convert

RGB189149105-
CMYK00.210.440.26
HSL31.43º38.89%57.65%-
HSV(B)31.43º44.44%74.12%-
XYZ34.2833.3317.99-
YUV155.9499.25151.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=42.66%
G=33.63%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914910500.210.440.2631.4338.8957.65
HexBD95690152C1A1f273a
Octal2752251510255432374772
Binary101111011001010111010010101011011001101011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9569; }

 p { color: rgb(189,149,105); }

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

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

 a { background-color: rgb(189,149,105); }

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

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

 span { border-color: rgb(189,149,105); }

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