#B58476

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

Shades of Brandy Rose #B58476

Tints of Brandy Rose #B58476

Color information

#B58476 (or 0xB58476) is unknown color: approx Brandy Rose. HEX triplet: B5, 84 and 76. RGB value is (181,132,118). Sum of RGB (Red+Green+Blue) = 181+132+118=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B58476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58476 is #4A7B89. Grayscale: #919191. Windows color (decimal): -4881290 or 7767221. OLE color: 7767221.

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

Color convert

RGB181132118-
CMYK00.270.350.29
HSL13.33º29.86%58.63%-
HSV(B)13.33º34.81%70.98%-
XYZ30.5827.6320.86-
YUV145.06112.73153.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=42.00%
G=30.63%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113211800.270.350.2913.3329.8658.63
HexB5847601B231Dd1e3b
Octal2652041660334335153673
Binary1011010110000100111011001101110001111101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58476; }

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

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

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

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

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

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

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

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