#b58674

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

Shades of Brandy Rose #B58674

Tints of Brandy Rose #B58674

Color information

#B58674 (or 0xB58674) is unknown color: approx Brandy Rose. HEX triplet: B5, 86 and 74. RGB value is (181,134,116). Sum of RGB (Red+Green+Blue) = 181+134+116=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B58674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58674 is #4A798B. Grayscale: #929292. Windows color (decimal): -4880780 or 7636661. OLE color: 7636661.

HSL color Cylindrical-coordinate representation of color #B58674: hue angle of 16.62º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58674 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB181134116-
CMYK00.260.360.29
HSL16.62º30.52%58.24%-
HSV(B)16.62º35.91%70.98%-
XYZ30.7328.1320.33-
YUV146111.07152.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=42.00%
G=31.09%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113411600.260.360.2916.6230.5258.24
HexB5867401A241D111f3a
Octal2652061640324435213772
Binary10110101100001101110100011010100100111011000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58674; }

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

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

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

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

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

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

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

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