#B98147

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

Shades of Brandy Punch #B98147

Tints of Brandy Punch #B98147

Color information

#B98147 (or 0xB98147) is unknown color: approx Brandy Punch. HEX triplet: B9, 81 and 47. RGB value is (185,129,71). Sum of RGB (Red+Green+Blue) = 185+129+71=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B98147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98147 is #467EB8. Grayscale: #8B8B8B. Windows color (decimal): -4619961 or 4686265. OLE color: 4686265.

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

Color convert

RGB18512971-
CMYK00.300.620.27
HSL30.53º44.88%50.2%-
HSV(B)30.53º61.62%72.55%-
XYZ2926.479.54-
YUV139.1389.55160.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 71 (28.12% from 255) = 18.44%
R=48.05%
G=33.51%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851297100.300.620.2730.5344.8850.2
HexB9814701E3E1B1f2d32
Octal2712011070367633375562
Binary101110011000000110001110111101111101101111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98147; }

 p { color: rgb(185,129,71); }

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

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

 a { background-color: rgb(185,129,71); }

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

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

 span { border-color: rgb(185,129,71); }

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