#BC8576

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

Shades of Brandy Rose #BC8576

Tints of Brandy Rose #BC8576

Color information

#BC8576 (or 0xBC8576) is unknown color: approx Brandy Rose. HEX triplet: BC, 85 and 76. RGB value is (188,133,118). Sum of RGB (Red+Green+Blue) = 188+133+118=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8576 is #437A89. Grayscale: #939393. Windows color (decimal): -4422282 or 7767484. OLE color: 7767484.

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

Color convert

RGB188133118-
CMYK00.290.370.26
HSL12.86º34.31%60%-
HSV(B)12.86º37.23%73.73%-
XYZ32.428.7720.99-
YUV147.73111.22156.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=42.82%
G=30.30%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813311800.290.370.2612.8634.3160
HexBC857601D251Ad223c
Octal2742051660354532154274
Binary10111100100001011110110011101100101110101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8576; }

 p { color: rgb(188,133,118); }

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

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

 a { background-color: rgb(188,133,118); }

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

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

 span { border-color: rgb(188,133,118); }

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