#B58775

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

Shades of Brandy Rose #B58775

Tints of Brandy Rose #B58775

Color information

#B58775 (or 0xB58775) is unknown color: approx Brandy Rose. HEX triplet: B5, 87 and 75. RGB value is (181,135,117). Sum of RGB (Red+Green+Blue) = 181+135+117=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B58775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58775 is #4A788A. Grayscale: #929292. Windows color (decimal): -4880523 or 7702453. OLE color: 7702453.

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

Color convert

RGB181135117-
CMYK00.250.350.29
HSL16.88º30.19%58.43%-
HSV(B)16.88º35.36%70.98%-
XYZ30.9328.4420.69-
YUV146.7111.24152.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=41.80%
G=31.18%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113511700.250.350.2916.8830.1958.43
HexB58775019231D111e3a
Octal2652071650314335213672
Binary10110101100001111110101011001100011111011000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58775; }

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

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

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

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

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

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

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

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