#B98580

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

Shades of Brandy Rose #B98580

Tints of Brandy Rose #B98580

Color information

#B98580 (or 0xB98580) is unknown color: approx Brandy Rose. HEX triplet: B9, 85 and 80. RGB value is (185,133,128). Sum of RGB (Red+Green+Blue) = 185+133+128=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B98580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98580 is #467A7F. Grayscale: #949494. Windows color (decimal): -4618880 or 8422841. OLE color: 8422841.

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

Color convert

RGB185133128-
CMYK00.280.310.27
HSL5.26º28.93%61.37%-
HSV(B)5.26º30.81%72.55%-
XYZ32.2928.6524.25-
YUV147.98116.73154.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=41.48%
G=29.82%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513312800.280.310.275.2628.9361.37
HexB9858001C1F1B51d3d
Octal271205200034373353575
Binary101110011000010110000000011100111111101110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98580; }

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

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

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

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

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

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

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

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