#B1857E

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

Shades of Brandy Rose #B1857E

Tints of Brandy Rose #B1857E

Color information

#B1857E (or 0xB1857E) is unknown color: approx Brandy Rose. HEX triplet: B1, 85 and 7E. RGB value is (177,133,126). Sum of RGB (Red+Green+Blue) = 177+133+126=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1857E is #4E7A81. Grayscale: #919191. Windows color (decimal): -5143170 or 8291761. OLE color: 8291761.

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

Color convert

RGB177133126-
CMYK00.250.290.31
HSL8.24º24.64%59.41%-
HSV(B)8.24º28.81%69.41%-
XYZ30.2827.6323.48-
YUV145.36117.08150.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=40.60%
G=30.50%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713312600.250.290.318.2424.6459.41
HexB1857E0191D1F8193b
Octal2612051760313537103173
Binary101100011000010111111100110011110111111100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1857E; }

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

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

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

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

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

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

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

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