#B98875

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

Shades of Brandy Rose #B98875

Tints of Brandy Rose #B98875

Color information

#B98875 (or 0xB98875) is unknown color: approx Brandy Rose. HEX triplet: B9, 88 and 75. RGB value is (185,136,117). Sum of RGB (Red+Green+Blue) = 185+136+117=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B98875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98875 is #46778A. Grayscale: #949494. Windows color (decimal): -4618123 or 7702713. OLE color: 7702713.

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

Color convert

RGB185136117-
CMYK00.260.370.27
HSL16.76º32.69%59.22%-
HSV(B)16.76º36.76%72.55%-
XYZ32.0229.2120.78-
YUV148.48110.23154.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=42.24%
G=31.05%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513611700.260.370.2716.7632.6959.22
HexB9887501A251B11213b
Octal2712101650324533214173
Binary101110011000100011101010110101001011101110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98875; }

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

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

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

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

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

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

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

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