#B98D7F

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

Shades of Brandy Rose #B98D7F

Tints of Brandy Rose #B98D7F

Color information

#B98D7F (or 0xB98D7F) is unknown color: approx Brandy Rose. HEX triplet: B9, 8D and 7F. RGB value is (185,141,127). Sum of RGB (Red+Green+Blue) = 185+141+127=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98D7F is #467280. Grayscale: #989898. Windows color (decimal): -4616833 or 8359353. OLE color: 8359353.

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

Color convert

RGB185141127-
CMYK00.240.310.27
HSL14.48º29.29%61.18%-
HSV(B)14.48º31.35%72.55%-
XYZ33.3630.924.28-
YUV152.56113.58151.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 127 (50% from 255) = 28.04%
R=40.84%
G=31.13%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514112700.240.310.2714.4829.2961.18
HexB98D7F0181F1Be1d3d
Octal2712151770303733163575
Binary101110011000110111111110110001111111011111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D7F; }

 p { color: rgb(185,141,127); }

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

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

 a { background-color: rgb(185,141,127); }

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

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

 span { border-color: rgb(185,141,127); }

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