#B58977

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

Shades of Brandy Rose #B58977

Tints of Brandy Rose #B58977

Color information

#B58977 (or 0xB58977) is unknown color: approx Brandy Rose. HEX triplet: B5, 89 and 77. RGB value is (181,137,119). Sum of RGB (Red+Green+Blue) = 181+137+119=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B58977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58977 is #4A7688. Grayscale: #949494. Windows color (decimal): -4880009 or 7834037. OLE color: 7834037.

HSL color Cylindrical-coordinate representation of color #B58977: hue angle of 17.42º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B58977 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB181137119-
CMYK00.240.340.29
HSL17.42º29.52%58.82%-
HSV(B)17.42º34.25%70.98%-
XYZ31.3329.0521.41-
YUV148.1111.58151.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 119 (46.88% from 255) = 27.23%
R=41.42%
G=31.35%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113711900.240.340.2917.4229.5258.82
HexB58977018221D111e3b
Octal2652111670304235213673
Binary10110101100010011110111011000100010111011000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58977; }

 p { color: rgb(181,137,119); }

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

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

 a { background-color: rgb(181,137,119); }

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

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

 span { border-color: rgb(181,137,119); }

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