#B58779

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

Shades of Brandy Rose #B58779

Tints of Brandy Rose #B58779

Color information

#B58779 (or 0xB58779) is unknown color: approx Brandy Rose. HEX triplet: B5, 87 and 79. RGB value is (181,135,121). Sum of RGB (Red+Green+Blue) = 181+135+121=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B58779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58779 is #4A7886. Grayscale: #939393. Windows color (decimal): -4880519 or 7964597. OLE color: 7964597.

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

Color convert

RGB181135121-
CMYK00.250.330.29
HSL14º28.85%59.22%-
HSV(B)14º33.15%70.98%-
XYZ31.1728.5321.95-
YUV147.16113.24152.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=41.42%
G=30.89%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113512100.250.330.291428.8559.22
HexB58779019211De1d3b
Octal2652071710314135163573
Binary1011010110000111111100101100110000111101111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58779; }

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

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

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

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

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

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

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

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