#B98B7F

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

Shades of Brandy Rose #B98B7F

Tints of Brandy Rose #B98B7F

Color information

#B98B7F (or 0xB98B7F) is unknown color: approx Brandy Rose. HEX triplet: B9, 8B and 7F. RGB value is (185,139,127). Sum of RGB (Red+Green+Blue) = 185+139+127=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B7F is #467480. Grayscale: #979797. Windows color (decimal): -4617345 or 8358841. OLE color: 8358841.

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

Color convert

RGB185139127-
CMYK00.250.310.27
HSL12.41º29.29%61.18%-
HSV(B)12.41º31.35%72.55%-
XYZ33.0730.3124.19-
YUV151.39114.24151.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 127 (50% from 255) = 28.16%
R=41.02%
G=30.82%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513912700.250.310.2712.4129.2961.18
HexB98B7F0191F1Bc1d3d
Octal2712131770313733143575
Binary101110011000101111111110110011111111011110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98B7F; }

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

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

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

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

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

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

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

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