#B98349

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

Shades of Brandy Punch #B98349

Tints of Brandy Punch #B98349

Color information

#B98349 (or 0xB98349) is unknown color: approx Brandy Punch. HEX triplet: B9, 83 and 49. RGB value is (185,131,73). Sum of RGB (Red+Green+Blue) = 185+131+73=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B98349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98349 is #467CB6. Grayscale: #8C8C8C. Windows color (decimal): -4619447 or 4817849. OLE color: 4817849.

HSL color Cylindrical-coordinate representation of color #B98349: hue angle of 31.07º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B98349 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18513173-
CMYK00.290.610.27
HSL31.07º44.44%50.59%-
HSV(B)31.07º60.54%72.55%-
XYZ29.3327.039.97-
YUV140.5389.89159.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 73 (28.91% from 255) = 18.77%
R=47.56%
G=33.68%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851317300.290.610.2731.0744.4450.59
HexB9834901D3D1B1f2c33
Octal2712031110357533375463
Binary101110011000001110010010111011111011101111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98349; }

 p { color: rgb(185,131,73); }

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

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

 a { background-color: rgb(185,131,73); }

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

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

 span { border-color: rgb(185,131,73); }

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