#B98F81

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

Shades of Brandy Rose #B98F81

Tints of Brandy Rose #B98F81

Color information

#B98F81 (or 0xB98F81) is unknown color: approx Brandy Rose. HEX triplet: B9, 8F and 81. RGB value is (185,143,129). Sum of RGB (Red+Green+Blue) = 185+143+129=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98F81 is #46707E. Grayscale: #9A9A9A. Windows color (decimal): -4616319 or 8490937. OLE color: 8490937.

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

Color convert

RGB185143129-
CMYK00.230.300.27
HSL15º28.57%61.57%-
HSV(B)15º30.27%72.55%-
XYZ33.7931.5425.08-
YUV153.96113.91150.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=40.48%
G=31.29%
B=28.23%

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
Decimal18514312900.230.300.271528.5761.57
HexB98F810171E1Bf1d3e
Octal2712172010273633173576
Binary1011100110001111100000010101111111011011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98F81; }

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

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

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

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

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

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

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

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