#BD8873

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

Shades of Brandy Rose #BD8873

Tints of Brandy Rose #BD8873

Color information

#BD8873 (or 0xBD8873) is unknown color: approx Brandy Rose. HEX triplet: BD, 88 and 73. RGB value is (189,136,115). Sum of RGB (Red+Green+Blue) = 189+136+115=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8873 is #42778C. Grayscale: #959595. Windows color (decimal): -4355981 or 7571645. OLE color: 7571645.

HSL color Cylindrical-coordinate representation of color #BD8873: hue angle of 17.03º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD8873 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB189136115-
CMYK00.280.390.26
HSL17.03º35.92%59.61%-
HSV(B)17.03º39.15%74.12%-
XYZ32.8829.6620.21-
YUV149.45108.56156.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=42.95%
G=30.91%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913611500.280.390.2617.0335.9259.61
HexBD887301C271A11243c
Octal2752101630344732214474
Binary101111011000100011100110111001001111101010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8873; }

 p { color: rgb(189,136,115); }

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

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

 a { background-color: rgb(189,136,115); }

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

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

 span { border-color: rgb(189,136,115); }

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