#B98050

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

Shades of Brandy Punch #B98050

Tints of Brandy Punch #B98050

Color information

#B98050 (or 0xB98050) is unknown color: approx Brandy Punch. HEX triplet: B9, 80 and 50. RGB value is (185,128,80). Sum of RGB (Red+Green+Blue) = 185+128+80=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B98050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98050 is #467FAF. Grayscale: #8B8B8B. Windows color (decimal): -4620208 or 5275833. OLE color: 5275833.

HSL color Cylindrical-coordinate representation of color #B98050: hue angle of 27.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B98050 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18512880-
CMYK00.310.570.27
HSL27.43º42.86%51.96%-
HSV(B)27.43º56.76%72.55%-
XYZ29.1726.3311.13-
YUV139.5794.38160.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=47.07%
G=32.57%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851288000.310.570.2727.4342.8651.96
HexB9805001F391B1b2b34
Octal2712001200377133335364
Binary101110011000000010100000111111110011101111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98050; }

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

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

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

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

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

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

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

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