#BC857A

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

Shades of Brandy Rose #BC857A

Tints of Brandy Rose #BC857A

Color information

#BC857A (or 0xBC857A) is unknown color: approx Brandy Rose. HEX triplet: BC, 85 and 7A. RGB value is (188,133,122). Sum of RGB (Red+Green+Blue) = 188+133+122=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC857A is #437A85. Grayscale: #949494. Windows color (decimal): -4422278 or 8029628. OLE color: 8029628.

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

Color convert

RGB188133122-
CMYK00.290.350.26
HSL10º33%60.78%-
HSV(B)10º35.11%73.73%-
XYZ32.6428.8722.26-
YUV148.19113.22156.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=42.44%
G=30.02%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813312200.290.350.26103360.78
HexBC857A01D231Aa213d
Octal2742051720354332124175
Binary10111100100001011111010011101100011110101010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC857A; }

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

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

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

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

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

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

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

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