#b28880

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

Shades of Brandy Rose #B28880

Tints of Brandy Rose #B28880

Color information

#B28880 (or 0xB28880) is unknown color: approx Brandy Rose. HEX triplet: B2, 88 and 80. RGB value is (178,136,128). Sum of RGB (Red+Green+Blue) = 178+136+128=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B28880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28880 is #4D777F. Grayscale: #939393. Windows color (decimal): -5076864 or 8423602. OLE color: 8423602.

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

Color convert

RGB178136128-
CMYK00.240.280.30
HSL9.6º24.51%60%-
HSV(B)9.6º28.09%69.8%-
XYZ31.0628.6324.31-
YUV147.65116.91149.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=40.27%
G=30.77%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813612800.240.280.309.624.5160
HexB288800181C1Ea193c
Octal2622102000303436123174
Binary1011001010001000100000000110001110011110101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b28880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b28880; }

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

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

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

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

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

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

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

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