#B58B76

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

Shades of Brandy Rose #B58B76

Tints of Brandy Rose #B58B76

Color information

#B58B76 (or 0xB58B76) is unknown color: approx Brandy Rose. HEX triplet: B5, 8B and 76. RGB value is (181,139,118). Sum of RGB (Red+Green+Blue) = 181+139+118=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B76 is #4A7489. Grayscale: #959595. Windows color (decimal): -4879498 or 7769013. OLE color: 7769013.

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

Color convert

RGB181139118-
CMYK00.230.350.29
HSL20º29.86%58.63%-
HSV(B)20º34.81%70.98%-
XYZ31.5629.621.19-
YUV149.16110.41150.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=41.32%
G=31.74%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113911800.230.350.292029.8658.63
HexB58B76017231D141e3b
Octal2652131660274335243673
Binary10110101100010111110110010111100011111011010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B76; }

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

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

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

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

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

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

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

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