#B88479

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

Shades of Brandy Rose #B88479

Tints of Brandy Rose #B88479

Color information

#B88479 (or 0xB88479) is unknown color: approx Brandy Rose. HEX triplet: B8, 84 and 79. RGB value is (184,132,121). Sum of RGB (Red+Green+Blue) = 184+132+121=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B88479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88479 is #477B86. Grayscale: #929292. Windows color (decimal): -4684679 or 7963832. OLE color: 7963832.

HSL color Cylindrical-coordinate representation of color #B88479: hue angle of 10.48º 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 #B88479 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184132121-
CMYK00.280.340.28
HSL10.48º30.73%59.8%-
HSV(B)10.48º34.24%72.16%-
XYZ31.4728.0721.85-
YUV146.29113.73154.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=42.11%
G=30.21%
B=27.69%

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
Decimal18413212100.280.340.2810.4830.7359.8
HexB8847901C221Ca1f3c
Octal2702041710344234123774
Binary1011100010000100111100101110010001011100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88479; }

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

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

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

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

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

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

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

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