#BC8870

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

Shades of Brandy Rose #BC8870

Tints of Brandy Rose #BC8870

Color information

#BC8870 (or 0xBC8870) is unknown color: approx Brandy Rose. HEX triplet: BC, 88 and 70. RGB value is (188,136,112). Sum of RGB (Red+Green+Blue) = 188+136+112=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8870 is #43778F. Grayscale: #949494. Windows color (decimal): -4421520 or 7375036. OLE color: 7375036.

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

Color convert

RGB188136112-
CMYK00.280.400.26
HSL18.95º36.19%58.82%-
HSV(B)18.95º40.43%73.73%-
XYZ32.4729.4719.31-
YUV148.81107.23155.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=43.12%
G=31.19%
B=25.69%

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
Decimal18813611200.280.400.2618.9536.1958.82
HexBC887001C281A13243b
Octal2742101600345032234473
Binary101111001000100011100000111001010001101010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8870; }

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

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

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

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

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

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

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

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