#B58177

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

Shades of Brandy Rose #B58177

Tints of Brandy Rose #B58177

Color information

#B58177 (or 0xB58177) is unknown color: approx Brandy Rose. HEX triplet: B5, 81 and 77. RGB value is (181,129,119). Sum of RGB (Red+Green+Blue) = 181+129+119=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B58177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58177 is #4A7E88. Grayscale: #8F8F8F. Windows color (decimal): -4882057 or 7831989. OLE color: 7831989.

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

Color convert

RGB181129119-
CMYK00.290.340.29
HSL9.68º29.52%58.82%-
HSV(B)9.68º34.25%70.98%-
XYZ30.2426.8621.04-
YUV143.41114.23154.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=42.19%
G=30.07%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112911900.290.340.299.6829.5258.82
HexB5817701D221Da1e3b
Octal2652011670354235123673
Binary1011010110000001111011101110110001011101101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58177; }

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

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

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

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

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

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

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

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