#B98880

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

Shades of Brandy Rose #B98880

Tints of Brandy Rose #B98880

Color information

#B98880 (or 0xB98880) is unknown color: approx Brandy Rose. HEX triplet: B9, 88 and 80. RGB value is (185,136,128). Sum of RGB (Red+Green+Blue) = 185+136+128=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B98880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98880 is #46777F. Grayscale: #959595. Windows color (decimal): -4618112 or 8423609. OLE color: 8423609.

HSL color Cylindrical-coordinate representation of color #B98880: hue angle of 8.42º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B98880 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB185136128-
CMYK00.260.310.27
HSL8.42º28.93%61.37%-
HSV(B)8.42º30.81%72.55%-
XYZ32.7129.4824.39-
YUV149.74115.73153.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=41.20%
G=30.29%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513612800.260.310.278.4228.9361.37
HexB9888001A1F1B81d3d
Octal2712102000323733103575
Binary1011100110001000100000000110101111111011100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98880; }

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

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

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

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

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

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

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

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