#BD8876

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

Shades of Brandy Rose #BD8876

Tints of Brandy Rose #BD8876

Color information

#BD8876 (or 0xBD8876) is unknown color: approx Brandy Rose. HEX triplet: BD, 88 and 76. RGB value is (189,136,118). Sum of RGB (Red+Green+Blue) = 189+136+118=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8876 is #427789. Grayscale: #959595. Windows color (decimal): -4355978 or 7768253. OLE color: 7768253.

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

Color convert

RGB189136118-
CMYK00.280.380.26
HSL15.21º34.98%60.2%-
HSV(B)15.21º37.57%74.12%-
XYZ33.0629.7421.14-
YUV149.79110.06155.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=42.66%
G=30.70%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913611800.280.380.2615.2134.9860.2
HexBD887601C261Af233c
Octal2752101660344632174374
Binary10111101100010001110110011100100110110101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8876; }

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

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

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

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

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

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

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

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