#B1857B

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

Shades of Brandy Rose #B1857B

Tints of Brandy Rose #B1857B

Color information

#B1857B (or 0xB1857B) is unknown color: approx Brandy Rose. HEX triplet: B1, 85 and 7B. RGB value is (177,133,123). Sum of RGB (Red+Green+Blue) = 177+133+123=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1857B is #4E7A84. Grayscale: #919191. Windows color (decimal): -5143173 or 8095153. OLE color: 8095153.

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

Color convert

RGB177133123-
CMYK00.250.310.31
HSL11.11º25.71%58.82%-
HSV(B)11.11º30.51%69.41%-
XYZ30.0927.5522.47-
YUV145.02115.58150.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=40.88%
G=30.72%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713312300.250.310.3111.1125.7158.82
HexB1857B0191F1Fb1a3b
Octal2612051730313737133273
Binary101100011000010111110110110011111111111101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1857B; }

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

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

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

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

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

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

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

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