#B88579

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

Shades of Brandy Rose #B88579

Tints of Brandy Rose #B88579

Color information

#B88579 (or 0xB88579) is unknown color: approx Brandy Rose. HEX triplet: B8, 85 and 79. RGB value is (184,133,121). Sum of RGB (Red+Green+Blue) = 184+133+121=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B88579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88579 is #477A86. Grayscale: #929292. Windows color (decimal): -4684423 or 7964088. OLE color: 7964088.

HSL color Cylindrical-coordinate representation of color #B88579: hue angle of 11.43º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B88579 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184133121-
CMYK00.280.340.28
HSL11.43º30.73%59.8%-
HSV(B)11.43º34.24%72.16%-
XYZ31.6128.3521.89-
YUV146.88113.4154.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.01%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 121 (47.66% from 255) = 27.63%
R=42.01%
G=30.37%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413312100.280.340.2811.4330.7359.8
HexB8857901C221Cb1f3c
Octal2702051710344234133774
Binary1011100010000101111100101110010001011100101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88579; }

 p { color: rgb(184,133,121); }

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

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

 a { background-color: rgb(184,133,121); }

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

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

 span { border-color: rgb(184,133,121); }

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