#B58276

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

Shades of Brandy Rose #B58276

Tints of Brandy Rose #B58276

Color information

#B58276 (or 0xB58276) is unknown color: approx Brandy Rose. HEX triplet: B5, 82 and 76. RGB value is (181,130,118). Sum of RGB (Red+Green+Blue) = 181+130+118=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B58276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58276 is #4A7D89. Grayscale: #8F8F8F. Windows color (decimal): -4881802 or 7766709. OLE color: 7766709.

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

Color convert

RGB181130118-
CMYK00.280.350.29
HSL11.43º29.86%58.63%-
HSV(B)11.43º34.81%70.98%-
XYZ30.3127.120.77-
YUV143.88113.4154.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=42.19%
G=30.30%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113011800.280.350.2911.4329.8658.63
HexB5827601C231Db1e3b
Octal2652021660344335133673
Binary1011010110000010111011001110010001111101101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58276; }

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

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

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

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

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

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

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

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