#B98982

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

Shades of Brandy Rose #B98982

Tints of Brandy Rose #B98982

Color information

#B98982 (or 0xB98982) is unknown color: approx Brandy Rose. HEX triplet: B9, 89 and 82. RGB value is (185,137,130). Sum of RGB (Red+Green+Blue) = 185+137+130=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B98982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98982 is #46767D. Grayscale: #969696. Windows color (decimal): -4617854 or 8554937. OLE color: 8554937.

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

Color convert

RGB185137130-
CMYK00.260.300.27
HSL7.64º28.21%61.76%-
HSV(B)7.64º29.73%72.55%-
XYZ32.9829.8225.14-
YUV150.55116.4152.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=40.93%
G=30.31%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513713000.260.300.277.6428.2161.76
HexB9898201A1E1B81c3e
Octal2712112020323633103476
Binary1011100110001001100000100110101111011011100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98982; }

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

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

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

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

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

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

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

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