#B98345

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

Shades of Brandy Punch #B98345

Tints of Brandy Punch #B98345

Color information

#B98345 (or 0xB98345) is unknown color: approx Brandy Punch. HEX triplet: B9, 83 and 45. RGB value is (185,131,69). Sum of RGB (Red+Green+Blue) = 185+131+69=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B98345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98345 is #467CBA. Grayscale: #8C8C8C. Windows color (decimal): -4619451 or 4555705. OLE color: 4555705.

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

Color convert

RGB18513169-
CMYK00.290.630.27
HSL32.07º45.67%49.8%-
HSV(B)32.07º62.7%72.55%-
XYZ29.226.989.3-
YUV140.0887.89160.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=48.05%
G=34.03%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851316900.290.630.2732.0745.6749.8
HexB9834501D3F1B202e32
Octal2712031050357733405662
Binary1011100110000011100010101110111111111011100000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98345; }

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

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

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

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

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

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

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

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