#BC807A

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

Shades of Brandy Rose #BC807A

Tints of Brandy Rose #BC807A

Color information

#BC807A (or 0xBC807A) is unknown color: approx Brandy Rose. HEX triplet: BC, 80 and 7A. RGB value is (188,128,122). Sum of RGB (Red+Green+Blue) = 188+128+122=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC807A is #437F85. Grayscale: #919191. Windows color (decimal): -4423558 or 8028348. OLE color: 8028348.

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

Color convert

RGB188128122-
CMYK00.320.350.26
HSL5.45º33%60.78%-
HSV(B)5.45º35.11%73.73%-
XYZ31.9727.5322.04-
YUV145.26114.88158.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=42.92%
G=29.22%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812812200.320.350.265.453360.78
HexBC807A020231A5213d
Octal274200172040433254175
Binary10111100100000001111010010000010001111010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC807A; }

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

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

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

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

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

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

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

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