#B98873

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

Shades of Brandy Rose #B98873

Tints of Brandy Rose #B98873

Color information

#B98873 (or 0xB98873) is unknown color: approx Brandy Rose. HEX triplet: B9, 88 and 73. RGB value is (185,136,115). Sum of RGB (Red+Green+Blue) = 185+136+115=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B98873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98873 is #46778C. Grayscale: #949494. Windows color (decimal): -4618125 or 7571641. OLE color: 7571641.

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

Color convert

RGB185136115-
CMYK00.260.380.27
HSL18º33.33%58.82%-
HSV(B)18º37.84%72.55%-
XYZ31.9129.1620.17-
YUV148.26109.23154.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=42.43%
G=31.19%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513611500.260.380.271833.3358.82
HexB9887301A261B12213b
Octal2712101630324633224173
Binary101110011000100011100110110101001101101110010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98873; }

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

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

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

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

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

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

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

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