#B58076

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

Shades of Brandy Rose #B58076

Tints of Brandy Rose #B58076

Color information

#B58076 (or 0xB58076) is unknown color: approx Brandy Rose. HEX triplet: B5, 80 and 76. RGB value is (181,128,118). Sum of RGB (Red+Green+Blue) = 181+128+118=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B58076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58076 is #4A7F89. Grayscale: #8E8E8E. Windows color (decimal): -4882314 or 7766197. OLE color: 7766197.

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

Color convert

RGB181128118-
CMYK00.290.350.29
HSL9.52º29.86%58.63%-
HSV(B)9.52º34.81%70.98%-
XYZ30.0526.5720.68-
YUV142.71114.06155.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=42.39%
G=29.98%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112811800.290.350.299.5229.8658.63
HexB5807601D231Da1e3b
Octal2652001660354335123673
Binary1011010110000000111011001110110001111101101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58076; }

 p { color: rgb(181,128,118); }

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

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

 a { background-color: rgb(181,128,118); }

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

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

 span { border-color: rgb(181,128,118); }

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