#B88480

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

Shades of Brandy Rose #B88480

Tints of Brandy Rose #B88480

Color information

#B88480 (or 0xB88480) is unknown color: approx Brandy Rose. HEX triplet: B8, 84 and 80. RGB value is (184,132,128). Sum of RGB (Red+Green+Blue) = 184+132+128=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B88480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88480 is #477B7F. Grayscale: #939393. Windows color (decimal): -4684672 or 8422584. OLE color: 8422584.

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

Color convert

RGB184132128-
CMYK00.280.300.28
HSL4.29º28.28%61.18%-
HSV(B)4.29º30.43%72.16%-
XYZ31.9128.2524.19-
YUV147.09117.23154.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=41.44%
G=29.73%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413212800.280.300.284.2928.2861.18
HexB8848001C1E1C41c3d
Octal270204200034363443475
Binary101110001000010010000000011100111101110010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88480; }

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

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

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

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

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

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

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

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