#BC857B

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

Shades of Brandy Rose #BC857B

Tints of Brandy Rose #BC857B

Color information

#BC857B (or 0xBC857B) is unknown color: approx Brandy Rose. HEX triplet: BC, 85 and 7B. RGB value is (188,133,123). Sum of RGB (Red+Green+Blue) = 188+133+123=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC857B is #437A84. Grayscale: #949494. Windows color (decimal): -4422277 or 8095164. OLE color: 8095164.

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

Color convert

RGB188133123-
CMYK00.290.350.26
HSL9.23º32.66%60.98%-
HSV(B)9.23º34.57%73.73%-
XYZ32.728.922.59-
YUV148.3113.72156.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=42.34%
G=29.95%
B=27.70%

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
Decimal18813312300.290.350.269.2332.6660.98
HexBC857B01D231A9213d
Octal2742051730354332114175
Binary10111100100001011111011011101100011110101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC857B; }

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

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

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

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

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

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

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

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