#BD8972

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

Shades of Brandy Rose #BD8972

Tints of Brandy Rose #BD8972

Color information

#BD8972 (or 0xBD8972) is unknown color: approx Brandy Rose. HEX triplet: BD, 89 and 72. RGB value is (189,137,114). Sum of RGB (Red+Green+Blue) = 189+137+114=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8972 is #42768D. Grayscale: #969696. Windows color (decimal): -4355726 or 7506365. OLE color: 7506365.

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

Color convert

RGB189137114-
CMYK00.280.400.26
HSL18.4º36.23%59.41%-
HSV(B)18.4º39.68%74.12%-
XYZ32.9729.9319.96-
YUV149.93107.73155.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=42.95%
G=31.14%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913711400.280.400.2618.436.2359.41
HexBD897201C281A12243b
Octal2752111620345032224473
Binary101111011000100111100100111001010001101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8972; }

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

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

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

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

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

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

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

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