#B1857C

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

Shades of Brandy Rose #B1857C

Tints of Brandy Rose #B1857C

Color information

#B1857C (or 0xB1857C) is unknown color: approx Brandy Rose. HEX triplet: B1, 85 and 7C. RGB value is (177,133,124). Sum of RGB (Red+Green+Blue) = 177+133+124=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1857C is #4E7A83. Grayscale: #919191. Windows color (decimal): -5143172 or 8160689. OLE color: 8160689.

HSL color Cylindrical-coordinate representation of color #B1857C: hue angle of 10.19º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1857C is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB177133124-
CMYK00.250.300.31
HSL10.19º25.36%59.02%-
HSV(B)10.19º29.94%69.41%-
XYZ30.1627.5822.8-
YUV145.13116.08150.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=40.78%
G=30.65%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713312400.250.300.3110.1925.3659.02
HexB1857C0191E1Fa193b
Octal2612051740313637123173
Binary101100011000010111111000110011111011111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1857C; }

 p { color: rgb(177,133,124); }

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

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

 a { background-color: rgb(177,133,124); }

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

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

 span { border-color: rgb(177,133,124); }

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