#BD9572

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

Shades of Fallow #BD9572

Tints of Fallow #BD9572

Color information

#BD9572 (or 0xBD9572) is unknown color: approx Fallow. HEX triplet: BD, 95 and 72. RGB value is (189,149,114). Sum of RGB (Red+Green+Blue) = 189+149+114=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9572 is #426A8D. Grayscale: #9D9D9D. Windows color (decimal): -4352654 or 7509437. OLE color: 7509437.

HSL color Cylindrical-coordinate representation of color #BD9572: hue angle of 28º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD9572 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189149114-
CMYK00.210.400.26
HSL28º36.23%59.41%-
HSV(B)28º39.68%74.12%-
XYZ34.7733.5320.56-
YUV156.97103.75150.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=41.81%
G=32.96%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914911400.210.400.262836.2359.41
HexBD9572015281A1c243b
Octal2752251620255032344473
Binary101111011001010111100100101011010001101011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9572; }

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

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

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

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

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

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

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

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