#BC877E

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

Shades of Brandy Rose #BC877E

Tints of Brandy Rose #BC877E

Color information

#BC877E (or 0xBC877E) is unknown color: approx Brandy Rose. HEX triplet: BC, 87 and 7E. RGB value is (188,135,126). Sum of RGB (Red+Green+Blue) = 188+135+126=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC877E is #437881. Grayscale: #959595. Windows color (decimal): -4421762 or 8292284. OLE color: 8292284.

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

Color convert

RGB188135126-
CMYK00.280.330.26
HSL8.71º31.63%61.57%-
HSV(B)8.71º32.98%73.73%-
XYZ33.1729.5323.69-
YUV149.82114.56155.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=41.87%
G=30.07%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813512600.280.330.268.7131.6361.57
HexBC877E01C211A9203e
Octal2742071760344132114076
Binary10111100100001111111110011100100001110101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC877E; }

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

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

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

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

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

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

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

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