#B1857A

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

Shades of Brandy Rose #B1857A

Tints of Brandy Rose #B1857A

Color information

#B1857A (or 0xB1857A) is unknown color: approx Brandy Rose. HEX triplet: B1, 85 and 7A. RGB value is (177,133,122). Sum of RGB (Red+Green+Blue) = 177+133+122=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1857A is #4E7A85. Grayscale: #909090. Windows color (decimal): -5143174 or 8029617. OLE color: 8029617.

HSL color Cylindrical-coordinate representation of color #B1857A: hue angle of 12º 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 #B1857A is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB177133122-
CMYK00.250.310.31
HSL12º26.07%58.63%-
HSV(B)12º31.07%69.41%-
XYZ30.0327.5322.14-
YUV144.9115.08150.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=40.97%
G=30.79%
B=28.24%

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
Decimal17713312200.250.310.311226.0758.63
HexB1857A0191F1Fc1a3b
Octal2612051720313737143273
Binary101100011000010111110100110011111111111110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1857A; }

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

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

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

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

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

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

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

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