#BC877B

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

Shades of Brandy Rose #BC877B

Tints of Brandy Rose #BC877B

Color information

#BC877B (or 0xBC877B) is unknown color: approx Brandy Rose. HEX triplet: BC, 87 and 7B. RGB value is (188,135,123). Sum of RGB (Red+Green+Blue) = 188+135+123=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC877B is #437884. Grayscale: #959595. Windows color (decimal): -4421765 or 8095676. OLE color: 8095676.

HSL color Cylindrical-coordinate representation of color #BC877B: hue angle of 11.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC877B is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188135123-
CMYK00.280.350.26
HSL11.08º32.66%60.98%-
HSV(B)11.08º34.57%73.73%-
XYZ32.9829.4522.69-
YUV149.48113.06155.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 135 (53.12% from 255) = 30.27%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=42.15%
G=30.27%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813512300.280.350.2611.0832.6660.98
HexBC877B01C231Ab213d
Octal2742071730344332134175
Binary10111100100001111111011011100100011110101011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC877B; }

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

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

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

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

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

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

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

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