#B98870

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

Shades of Brandy Rose #B98870

Tints of Brandy Rose #B98870

Color information

#B98870 (or 0xB98870) is unknown color: approx Brandy Rose. HEX triplet: B9, 88 and 70. RGB value is (185,136,112). Sum of RGB (Red+Green+Blue) = 185+136+112=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B98870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98870 is #46778F. Grayscale: #949494. Windows color (decimal): -4618128 or 7375033. OLE color: 7375033.

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

Color convert

RGB185136112-
CMYK00.260.390.27
HSL19.73º34.27%58.24%-
HSV(B)19.73º39.46%72.55%-
XYZ31.7429.0919.27-
YUV147.92107.73154.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=42.73%
G=31.41%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513611200.260.390.2719.7334.2758.24
HexB9887001A271B14223a
Octal2712101600324733244272
Binary101110011000100011100000110101001111101110100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98870; }

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

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

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

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

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

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

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

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