#B98978

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

Shades of Brandy Rose #B98978

Tints of Brandy Rose #B98978

Color information

#B98978 (or 0xB98978) is unknown color: approx Brandy Rose. HEX triplet: B9, 89 and 78. RGB value is (185,137,120). Sum of RGB (Red+Green+Blue) = 185+137+120=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B98978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98978 is #467687. Grayscale: #959595. Windows color (decimal): -4617864 or 7899577. OLE color: 7899577.

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

Color convert

RGB185137120-
CMYK00.260.350.27
HSL15.69º31.71%59.8%-
HSV(B)15.69º35.14%72.55%-
XYZ32.3429.5621.77-
YUV149.41111.4153.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 120 (47.27% from 255) = 27.15%
R=41.86%
G=31.00%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513712000.260.350.2715.6931.7159.8
HexB9897801A231B10203c
Octal2712111700324333204074
Binary101110011000100111110000110101000111101110000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98978; }

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

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

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

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

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

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

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

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