#B98980

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

Shades of Brandy Rose #B98980

Tints of Brandy Rose #B98980

Color information

#B98980 (or 0xB98980) is unknown color: approx Brandy Rose. HEX triplet: B9, 89 and 80. RGB value is (185,137,128). Sum of RGB (Red+Green+Blue) = 185+137+128=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B98980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98980 is #46767F. Grayscale: #969696. Windows color (decimal): -4617856 or 8423865. OLE color: 8423865.

HSL color Cylindrical-coordinate representation of color #B98980: hue angle of 9.47º 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 #B98980 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB185137128-
CMYK00.260.310.27
HSL9.47º28.93%61.37%-
HSV(B)9.47º30.81%72.55%-
XYZ32.8529.7624.44-
YUV150.33115.4152.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=41.11%
G=30.44%
B=28.44%

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
Decimal18513712800.260.310.279.4728.9361.37
HexB9898001A1F1B91d3d
Octal2712112000323733113575
Binary1011100110001001100000000110101111111011100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98980; }

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

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

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

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

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

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

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

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