#B98E83

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

Shades of Brandy Rose #B98E83

Tints of Brandy Rose #B98E83

Color information

#B98E83 (or 0xB98E83) is unknown color: approx Brandy Rose. HEX triplet: B9, 8E and 83. RGB value is (185,142,131). Sum of RGB (Red+Green+Blue) = 185+142+131=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98E83 is #46717C. Grayscale: #999999. Windows color (decimal): -4616573 or 8621753. OLE color: 8621753.

HSL color Cylindrical-coordinate representation of color #B98E83: hue angle of 12.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B98E83 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB185142131-
CMYK00.230.290.27
HSL12.22º27.84%61.96%-
HSV(B)12.22º29.19%72.55%-
XYZ33.7831.325.73-
YUV153.6115.25150.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 131 (51.56% from 255) = 28.60%
R=40.39%
G=31.00%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514213100.230.290.2712.2227.8461.96
HexB98E830171D1Bc1c3e
Octal2712162030273533143476
Binary1011100110001110100000110101111110111011110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E83; }

 p { color: rgb(185,142,131); }

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

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

 a { background-color: rgb(185,142,131); }

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

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

 span { border-color: rgb(185,142,131); }

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