#B58D83

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

Shades of Brandy Rose #B58D83

Tints of Brandy Rose #B58D83

Color information

#B58D83 (or 0xB58D83) is unknown color: approx Brandy Rose. HEX triplet: B5, 8D and 83. RGB value is (181,141,131). Sum of RGB (Red+Green+Blue) = 181+141+131=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58D83 is #4A727C. Grayscale: #979797. Windows color (decimal): -4878973 or 8621493. OLE color: 8621493.

HSL color Cylindrical-coordinate representation of color #B58D83: hue angle of 12º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B58D83 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB181141131-
CMYK00.220.280.29
HSL12º25.25%61.18%-
HSV(B)12º27.62%70.98%-
XYZ32.6830.5125.64-
YUV151.82116.25148.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 131 (51.56% from 255) = 28.92%
R=39.96%
G=31.13%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114113100.220.280.291225.2561.18
HexB58D830161C1Dc193d
Octal2652152030263435143175
Binary1011010110001101100000110101101110011101110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D83; }

 p { color: rgb(181,141,131); }

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

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

 a { background-color: rgb(181,141,131); }

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

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

 span { border-color: rgb(181,141,131); }

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