#B18571

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

Shades of Brandy Rose #B18571

Tints of Brandy Rose #B18571

Color information

#B18571 (or 0xB18571) is unknown color: approx Brandy Rose. HEX triplet: B1, 85 and 71. RGB value is (177,133,113). Sum of RGB (Red+Green+Blue) = 177+133+113=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B18571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18571 is #4E7A8E. Grayscale: #909090. Windows color (decimal): -5143183 or 7439793. OLE color: 7439793.

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

Color convert

RGB177133113-
CMYK00.250.360.31
HSL18.75º29.09%56.86%-
HSV(B)18.75º36.16%69.41%-
XYZ29.527.3119.34-
YUV143.88110.58151.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=41.84%
G=31.44%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713311300.250.360.3118.7529.0956.86
HexB18571019241F131d39
Octal2612051610314437233571
Binary10110001100001011110001011001100100111111001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18571; }

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

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

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

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

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

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

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

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