#B58975

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

Shades of Brandy Rose #B58975

Tints of Brandy Rose #B58975

Color information

#B58975 (or 0xB58975) is unknown color: approx Brandy Rose. HEX triplet: B5, 89 and 75. RGB value is (181,137,117). Sum of RGB (Red+Green+Blue) = 181+137+117=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B58975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58975 is #4A768A. Grayscale: #949494. Windows color (decimal): -4880011 or 7702965. OLE color: 7702965.

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

Color convert

RGB181137117-
CMYK00.240.350.29
HSL18.75º30.19%58.43%-
HSV(B)18.75º35.36%70.98%-
XYZ31.212920.78-
YUV147.88110.58151.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=41.61%
G=31.49%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113711700.240.350.2918.7530.1958.43
HexB58975018231D131e3a
Octal2652111650304335233672
Binary10110101100010011110101011000100011111011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58975; }

 p { color: rgb(181,137,117); }

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

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

 a { background-color: rgb(181,137,117); }

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

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

 span { border-color: rgb(181,137,117); }

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