#BC807D

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

Shades of Brandy Rose #BC807D

Tints of Brandy Rose #BC807D

Color information

#BC807D (or 0xBC807D) is unknown color: approx Brandy Rose. HEX triplet: BC, 80 and 7D. RGB value is (188,128,125). Sum of RGB (Red+Green+Blue) = 188+128+125=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC807D is #437F82. Grayscale: #919191. Windows color (decimal): -4423555 or 8224956. OLE color: 8224956.

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

Color convert

RGB188128125-
CMYK00.320.340.26
HSL2.86º31.98%61.37%-
HSV(B)2.86º33.51%73.73%-
XYZ32.1627.6123.04-
YUV145.6116.38158.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=42.63%
G=29.02%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812812500.320.340.262.8631.9861.37
HexBC807D020221A3203d
Octal274200175040423234075
Binary1011110010000000111110101000001000101101011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC807D; }

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

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

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

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

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

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

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

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