#B98780

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

Shades of Brandy Rose #B98780

Tints of Brandy Rose #B98780

Color information

#B98780 (or 0xB98780) is unknown color: approx Brandy Rose. HEX triplet: B9, 87 and 80. RGB value is (185,135,128). Sum of RGB (Red+Green+Blue) = 185+135+128=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B98780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98780 is #46787F. Grayscale: #959595. Windows color (decimal): -4618368 or 8423353. OLE color: 8423353.

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

Color convert

RGB185135128-
CMYK00.270.310.27
HSL7.37º28.93%61.37%-
HSV(B)7.37º30.81%72.55%-
XYZ32.5729.224.34-
YUV149.15116.06153.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=41.29%
G=30.13%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513512800.270.310.277.3728.9361.37
HexB9878001B1F1B71d3d
Octal271207200033373373575
Binary101110011000011110000000011011111111101111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98780; }

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

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

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

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

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

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

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

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