#BC8E80

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

Shades of Brandy Rose #BC8E80

Tints of Brandy Rose #BC8E80

Color information

#BC8E80 (or 0xBC8E80) is unknown color: approx Brandy Rose. HEX triplet: BC, 8E and 80. RGB value is (188,142,128). Sum of RGB (Red+Green+Blue) = 188+142+128=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8E80 is #43717F. Grayscale: #9A9A9A. Windows color (decimal): -4419968 or 8425148. OLE color: 8425148.

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

Color convert

RGB188142128-
CMYK00.240.320.26
HSL14º30.93%61.96%-
HSV(B)14º31.91%73.73%-
XYZ34.3131.624.71-
YUV154.16113.24152.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=41.05%
G=31.00%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814212800.240.320.261430.9361.96
HexBC8E80018201Ae1f3e
Octal2742162000304032163776
Binary10111100100011101000000001100010000011010111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E80; }

 p { color: rgb(188,142,128); }

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

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

 a { background-color: rgb(188,142,128); }

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

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

 span { border-color: rgb(188,142,128); }

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