#BC837D

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

Shades of Brandy Rose #BC837D

Tints of Brandy Rose #BC837D

Color information

#BC837D (or 0xBC837D) is unknown color: approx Brandy Rose. HEX triplet: BC, 83 and 7D. RGB value is (188,131,125). Sum of RGB (Red+Green+Blue) = 188+131+125=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC837D is #437C82. Grayscale: #939393. Windows color (decimal): -4422787 or 8225724. OLE color: 8225724.

HSL color Cylindrical-coordinate representation of color #BC837D: hue angle of 5.71º 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 #BC837D is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB188131125-
CMYK00.300.340.26
HSL5.71º31.98%61.37%-
HSV(B)5.71º33.51%73.73%-
XYZ32.5628.423.17-
YUV147.36115.38156.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=42.34%
G=29.50%
B=28.15%

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
Decimal18813112500.300.340.265.7131.9861.37
HexBC837D01E221A6203d
Octal274203175036423264075
Binary1011110010000011111110101111010001011010110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC837D; }

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

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

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

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

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

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

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

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