#B98473

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

Shades of Brandy Rose #B98473

Tints of Brandy Rose #B98473

Color information

#B98473 (or 0xB98473) is unknown color: approx Brandy Rose. HEX triplet: B9, 84 and 73. RGB value is (185,132,115). Sum of RGB (Red+Green+Blue) = 185+132+115=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B98473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98473 is #467B8C. Grayscale: #929292. Windows color (decimal): -4619149 or 7570617. OLE color: 7570617.

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

Color convert

RGB185132115-
CMYK00.290.380.27
HSL14.57º33.33%58.82%-
HSV(B)14.57º37.84%72.55%-
XYZ31.3528.0519.98-
YUV145.91110.56155.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=42.82%
G=30.56%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513211500.290.380.2714.5733.3358.82
HexB9847301D261Bf213b
Octal2712041630354633174173
Binary10111001100001001110011011101100110110111111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98473; }

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

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

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

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

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

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

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

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