#B28480

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

Shades of Brandy Rose #B28480

Tints of Brandy Rose #B28480

Color information

#B28480 (or 0xB28480) is unknown color: approx Brandy Rose. HEX triplet: B2, 84 and 80. RGB value is (178,132,128). Sum of RGB (Red+Green+Blue) = 178+132+128=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B28480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28480 is #4D7B7F. Grayscale: #919191. Windows color (decimal): -5077888 or 8422578. OLE color: 8422578.

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

Color convert

RGB178132128-
CMYK00.260.280.30
HSL4.8º24.51%60%-
HSV(B)4.8º28.09%69.8%-
XYZ30.5127.5324.13-
YUV145.3118.24151.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=40.64%
G=30.14%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813212800.260.280.304.824.5160
HexB2848001A1C1E5193c
Octal262204200032343653174
Binary101100101000010010000000011010111001111010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28480; }

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

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

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

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

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

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

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

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