#B98F80

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

Shades of Brandy Rose #B98F80

Tints of Brandy Rose #B98F80

Color information

#B98F80 (or 0xB98F80) is unknown color: approx Brandy Rose. HEX triplet: B9, 8F and 80. RGB value is (185,143,128). Sum of RGB (Red+Green+Blue) = 185+143+128=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98F80 is #46707F. Grayscale: #999999. Windows color (decimal): -4616320 or 8425401. OLE color: 8425401.

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

Color convert

RGB185143128-
CMYK00.230.310.27
HSL15.79º28.93%61.37%-
HSV(B)15.79º30.81%72.55%-
XYZ33.7331.5224.73-
YUV153.85113.41150.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 143 (56.25% from 255) = 31.36%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=40.57%
G=31.36%
B=28.07%

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
Decimal18514312800.230.310.2715.7928.9361.37
HexB98F800171F1B101d3d
Octal2712172000273733203575
Binary10111001100011111000000001011111111110111000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98F80; }

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

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

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

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

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

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

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

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