#B18771

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

Shades of Brandy Rose #B18771

Tints of Brandy Rose #B18771

Color information

#B18771 (or 0xB18771) is unknown color: approx Brandy Rose. HEX triplet: B1, 87 and 71. RGB value is (177,135,113). Sum of RGB (Red+Green+Blue) = 177+135+113=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B18771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18771 is #4E788E. Grayscale: #919191. Windows color (decimal): -5142671 or 7440305. OLE color: 7440305.

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

Color convert

RGB177135113-
CMYK00.240.360.31
HSL20.63º29.09%56.86%-
HSV(B)20.63º36.16%69.41%-
XYZ29.7827.8719.43-
YUV145.05109.91150.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=41.65%
G=31.76%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713511300.240.360.3120.6329.0956.86
HexB18771018241F151d39
Octal2612071610304437253571
Binary10110001100001111110001011000100100111111010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18771; }

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

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

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

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

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

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

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

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