#BC8770

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

Shades of Brandy Rose #BC8770

Tints of Brandy Rose #BC8770

Color information

#BC8770 (or 0xBC8770) is unknown color: approx Brandy Rose. HEX triplet: BC, 87 and 70. RGB value is (188,135,112). Sum of RGB (Red+Green+Blue) = 188+135+112=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8770 is #43788F. Grayscale: #949494. Windows color (decimal): -4421776 or 7374780. OLE color: 7374780.

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

Color convert

RGB188135112-
CMYK00.280.400.26
HSL18.16º36.19%58.82%-
HSV(B)18.16º40.43%73.73%-
XYZ32.3329.1919.26-
YUV148.22107.56156.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=43.22%
G=31.03%
B=25.75%

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
Decimal18813511200.280.400.2618.1636.1958.82
HexBC877001C281A12243b
Octal2742071600345032224473
Binary101111001000011111100000111001010001101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8770; }

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

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

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

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

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

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

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

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