#B98052

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

Shades of Brandy Punch #B98052

Tints of Brandy Punch #B98052

Color information

#B98052 (or 0xB98052) is unknown color: approx Brandy Punch. HEX triplet: B9, 80 and 52. RGB value is (185,128,82). Sum of RGB (Red+Green+Blue) = 185+128+82=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B98052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98052 is #467FAD. Grayscale: #8C8C8C. Windows color (decimal): -4620206 or 5406905. OLE color: 5406905.

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

Color convert

RGB18512882-
CMYK00.310.560.27
HSL26.8º42.39%52.35%-
HSV(B)26.8º55.68%72.55%-
XYZ29.2526.3611.53-
YUV139.895.38160.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=46.84%
G=32.41%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851288200.310.560.2726.842.3952.35
HexB9805201F381B1b2a34
Octal2712001220377033335264
Binary101110011000000010100100111111110001101111011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98052; }

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

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

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

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

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

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

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

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