#B97F47

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

Shades of Brandy Punch #B97F47

Tints of Brandy Punch #B97F47

Color information

#B97F47 (or 0xB97F47) is unknown color: approx Brandy Punch. HEX triplet: B9, 7F and 47. RGB value is (185,127,71). Sum of RGB (Red+Green+Blue) = 185+127+71=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97F47 is #4680B8. Grayscale: #8A8A8A. Windows color (decimal): -4620473 or 4685753. OLE color: 4685753.

HSL color Cylindrical-coordinate representation of color #B97F47: hue angle of 29.47º 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 #B97F47 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18512771-
CMYK00.310.620.27
HSL29.47º44.88%50.2%-
HSV(B)29.47º61.62%72.55%-
XYZ28.7325.959.46-
YUV137.9690.22161.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 71 (28.12% from 255) = 18.54%
R=48.30%
G=33.16%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851277100.310.620.2729.4744.8850.2
HexB97F4701F3E1B1d2d32
Octal2711771070377633355562
Binary10111001111111110001110111111111101101111101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F47; }

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

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

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

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

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

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

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

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