#B58676

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

Shades of Brandy Rose #B58676

Tints of Brandy Rose #B58676

Color information

#B58676 (or 0xB58676) is unknown color: approx Brandy Rose. HEX triplet: B5, 86 and 76. RGB value is (181,134,118). Sum of RGB (Red+Green+Blue) = 181+134+118=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B58676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58676 is #4A7989. Grayscale: #929292. Windows color (decimal): -4880778 or 7767733. OLE color: 7767733.

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

Color convert

RGB181134118-
CMYK00.260.350.29
HSL15.24º29.86%58.63%-
HSV(B)15.24º34.81%70.98%-
XYZ30.8528.1820.95-
YUV146.23112.07152.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=41.80%
G=30.95%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113411800.260.350.2915.2429.8658.63
HexB5867601A231Df1e3b
Octal2652061660324335173673
Binary1011010110000110111011001101010001111101111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58676; }

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

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

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

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

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

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

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

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