#B18271

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

Shades of Brandy Rose #B18271

Tints of Brandy Rose #B18271

Color information

#B18271 (or 0xB18271) is unknown color: approx Brandy Rose. HEX triplet: B1, 82 and 71. RGB value is (177,130,113). Sum of RGB (Red+Green+Blue) = 177+130+113=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B18271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18271 is #4E7D8E. Grayscale: #8E8E8E. Windows color (decimal): -5143951 or 7439025. OLE color: 7439025.

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

Color convert

RGB177130113-
CMYK00.270.360.31
HSL15.94º29.09%56.86%-
HSV(B)15.94º36.16%69.41%-
XYZ29.0926.519.21-
YUV142.12111.57152.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=42.14%
G=30.95%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713011300.270.360.3115.9429.0956.86
HexB1827101B241F101d39
Octal2612021610334437203571
Binary10110001100000101110001011011100100111111000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18271; }

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

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

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

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

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

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

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

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