#BC8480

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

Shades of Brandy Rose #BC8480

Tints of Brandy Rose #BC8480

Color information

#BC8480 (or 0xBC8480) is unknown color: approx Brandy Rose. HEX triplet: BC, 84 and 80. RGB value is (188,132,128). Sum of RGB (Red+Green+Blue) = 188+132+128=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8480 is #437B7F. Grayscale: #949494. Windows color (decimal): -4422528 or 8422588. OLE color: 8422588.

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

Color convert

RGB188132128-
CMYK00.300.320.26
HSL30.93%61.96%-
HSV(B)31.91%73.73%-
XYZ32.8928.7524.24-
YUV148.29116.55156.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=41.96%
G=29.46%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813212800.300.320.26430.9361.96
HexBC848001E201A41f3e
Octal274204200036403243776
Binary1011110010000100100000000111101000001101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8480; }

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

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

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

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

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

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

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

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