#B38577

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

Shades of Brandy Rose #B38577

Tints of Brandy Rose #B38577

Color information

#B38577 (or 0xB38577) is unknown color: approx Brandy Rose. HEX triplet: B3, 85 and 77. RGB value is (179,133,119). Sum of RGB (Red+Green+Blue) = 179+133+119=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B38577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38577 is #4C7A88. Grayscale: #919191. Windows color (decimal): -5012105 or 7833011. OLE color: 7833011.

HSL color Cylindrical-coordinate representation of color #B38577: hue angle of 14º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38577 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB179133119-
CMYK00.260.340.30
HSL14º28.3%58.43%-
HSV(B)14º33.52%70.2%-
XYZ30.3127.6921.2-
YUV145.16113.24152.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 119 (46.88% from 255) = 27.61%
R=41.53%
G=30.86%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913311900.260.340.301428.358.43
HexB3857701A221Ee1c3a
Octal2632051670324236163472
Binary1011001110000101111011101101010001011110111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38577; }

 p { color: rgb(179,133,119); }

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

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

 a { background-color: rgb(179,133,119); }

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

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

 span { border-color: rgb(179,133,119); }

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