#B97F4F

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

Shades of Brandy Punch #B97F4F

Tints of Brandy Punch #B97F4F

Color information

#B97F4F (or 0xB97F4F) is unknown color: approx Brandy Punch. HEX triplet: B9, 7F and 4F. RGB value is (185,127,79). Sum of RGB (Red+Green+Blue) = 185+127+79=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97F4F is #4680B0. Grayscale: #8B8B8B. Windows color (decimal): -4620465 or 5210041. OLE color: 5210041.

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

Color convert

RGB18512779-
CMYK00.310.570.27
HSL27.17º43.09%51.76%-
HSV(B)27.17º57.3%72.55%-
XYZ29.0126.0610.9-
YUV138.8794.22160.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 79 (31.25% from 255) = 20.20%
R=47.31%
G=32.48%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851277900.310.570.2727.1743.0951.76
HexB97F4F01F391B1b2b34
Octal2711771170377133335364
Binary10111001111111110011110111111110011101111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F4F; }

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

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

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

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

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

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

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

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