#B98E7F

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

Shades of Brandy Rose #B98E7F

Tints of Brandy Rose #B98E7F

Color information

#B98E7F (or 0xB98E7F) is unknown color: approx Brandy Rose. HEX triplet: B9, 8E and 7F. RGB value is (185,142,127). Sum of RGB (Red+Green+Blue) = 185+142+127=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E7F is #467180. Grayscale: #999999. Windows color (decimal): -4616577 or 8359609. OLE color: 8359609.

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

Color convert

RGB185142127-
CMYK00.230.310.27
HSL15.52º29.29%61.18%-
HSV(B)15.52º31.35%72.55%-
XYZ33.5131.1924.33-
YUV153.15113.25150.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 127 (50% from 255) = 27.97%
R=40.75%
G=31.28%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514212700.230.310.2715.5229.2961.18
HexB98E7F0171F1B101d3d
Octal2712161770273733203575
Binary1011100110001110111111101011111111110111000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E7F; }

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

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

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

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

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

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

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

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