#BC8871

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

Shades of Brandy Rose #BC8871

Tints of Brandy Rose #BC8871

Color information

#BC8871 (or 0xBC8871) is unknown color: approx Brandy Rose. HEX triplet: BC, 88 and 71. RGB value is (188,136,113). Sum of RGB (Red+Green+Blue) = 188+136+113=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8871 is #43778E. Grayscale: #959595. Windows color (decimal): -4421519 or 7440572. OLE color: 7440572.

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

Color convert

RGB188136113-
CMYK00.280.400.26
HSL18.4º35.89%59.02%-
HSV(B)18.4º39.89%73.73%-
XYZ32.5229.4919.6-
YUV148.93107.73155.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=43.02%
G=31.12%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813611300.280.400.2618.435.8959.02
HexBC887101C281A12243b
Octal2742101610345032224473
Binary101111001000100011100010111001010001101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8871; }

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

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

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

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

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

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

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

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