#B98E81

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

Shades of Brandy Rose #B98E81

Tints of Brandy Rose #B98E81

Color information

#B98E81 (or 0xB98E81) is unknown color: approx Brandy Rose. HEX triplet: B9, 8E and 81. RGB value is (185,142,129). Sum of RGB (Red+Green+Blue) = 185+142+129=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98E81 is #46717E. Grayscale: #999999. Windows color (decimal): -4616575 or 8490681. OLE color: 8490681.

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

Color convert

RGB185142129-
CMYK00.230.300.27
HSL13.93º28.57%61.57%-
HSV(B)13.93º30.27%72.55%-
XYZ33.6431.2525.03-
YUV153.37114.25150.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 129 (50.78% from 255) = 28.29%
R=40.57%
G=31.14%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514212900.230.300.2713.9328.5761.57
HexB98E810171E1Be1d3e
Octal2712162010273633163576
Binary1011100110001110100000010101111111011011111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E81; }

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

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

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

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

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

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

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

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