#BC8676

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

Shades of Brandy Rose #BC8676

Tints of Brandy Rose #BC8676

Color information

#BC8676 (or 0xBC8676) is unknown color: approx Brandy Rose. HEX triplet: BC, 86 and 76. RGB value is (188,134,118). Sum of RGB (Red+Green+Blue) = 188+134+118=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8676 is #437989. Grayscale: #949494. Windows color (decimal): -4422026 or 7767740. OLE color: 7767740.

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

Color convert

RGB188134118-
CMYK00.290.370.26
HSL13.71º34.31%60%-
HSV(B)13.71º37.23%73.73%-
XYZ32.5329.0521.03-
YUV148.32110.89156.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 118 (46.48% from 255) = 26.82%
R=42.73%
G=30.45%
B=26.82%

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
Decimal18813411800.290.370.2613.7134.3160
HexBC867601D251Ae223c
Octal2742061660354532164274
Binary10111100100001101110110011101100101110101110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8676; }

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

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

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

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

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

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

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

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