#BC876C

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

Shades of Brandy Rose #BC876C

Tints of Brandy Rose #BC876C

Color information

#BC876C (or 0xBC876C) is unknown color: approx Brandy Rose. HEX triplet: BC, 87 and 6C. RGB value is (188,135,108). Sum of RGB (Red+Green+Blue) = 188+135+108=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC876C is #437893. Grayscale: #939393. Windows color (decimal): -4421780 or 7112636. OLE color: 7112636.

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

Color convert

RGB188135108-
CMYK00.280.430.26
HSL20.25º37.38%58.04%-
HSV(B)20.25º42.55%73.73%-
XYZ32.1129.118.11-
YUV147.77105.56156.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=43.62%
G=31.32%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813510800.280.430.2620.2537.3858.04
HexBC876C01C2B1A14253a
Octal2742071540345332244572
Binary101111001000011111011000111001010111101010100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC876C; }

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

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

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

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

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

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

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

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