#BC847D

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

Shades of Brandy Rose #BC847D

Tints of Brandy Rose #BC847D

Color information

#BC847D (or 0xBC847D) is unknown color: approx Brandy Rose. HEX triplet: BC, 84 and 7D. RGB value is (188,132,125). Sum of RGB (Red+Green+Blue) = 188+132+125=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC847D is #437B82. Grayscale: #949494. Windows color (decimal): -4422531 or 8225980. OLE color: 8225980.

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

Color convert

RGB188132125-
CMYK00.300.340.26
HSL6.67º31.98%61.37%-
HSV(B)6.67º33.51%73.73%-
XYZ32.6928.6723.21-
YUV147.95115.05156.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=42.25%
G=29.66%
B=28.09%

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
Decimal18813212500.300.340.266.6731.9861.37
HexBC847D01E221A7203d
Octal274204175036423274075
Binary1011110010000100111110101111010001011010111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC847D; }

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

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

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

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

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

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

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

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