#BC837C

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

Shades of Brandy Rose #BC837C

Tints of Brandy Rose #BC837C

Color information

#BC837C (or 0xBC837C) is unknown color: approx Brandy Rose. HEX triplet: BC, 83 and 7C. RGB value is (188,131,124). Sum of RGB (Red+Green+Blue) = 188+131+124=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC837C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC837C is #437C83. Grayscale: #939393. Windows color (decimal): -4422788 or 8160188. OLE color: 8160188.

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

Color convert

RGB188131124-
CMYK00.300.340.26
HSL6.56º32.32%61.18%-
HSV(B)6.56º34.04%73.73%-
XYZ32.4928.3822.83-
YUV147.24114.88157.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 131 (51.56% from 255) = 29.57%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=42.44%
G=29.57%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813112400.300.340.266.5632.3261.18
HexBC837C01E221A7203d
Octal274203174036423274075
Binary1011110010000011111110001111010001011010111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC837C; }

 p { color: rgb(188,131,124); }

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

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

 a { background-color: rgb(188,131,124); }

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

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

 span { border-color: rgb(188,131,124); }

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