#BC8571

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

Shades of Brandy Rose #BC8571

Tints of Brandy Rose #BC8571

Color information

#BC8571 (or 0xBC8571) is unknown color: approx Brandy Rose. HEX triplet: BC, 85 and 71. RGB value is (188,133,113). Sum of RGB (Red+Green+Blue) = 188+133+113=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8571 is #437A8E. Grayscale: #939393. Windows color (decimal): -4422287 or 7439804. OLE color: 7439804.

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

Color convert

RGB188133113-
CMYK00.290.400.26
HSL16º35.89%59.02%-
HSV(B)16º39.89%73.73%-
XYZ32.1128.6619.46-
YUV147.16108.72157.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=43.32%
G=30.65%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813311300.290.400.261635.8959.02
HexBC857101D281A10243b
Octal2742051610355032204473
Binary101111001000010111100010111011010001101010000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8571; }

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

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

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

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

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

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

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

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