#B97E4F

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

Shades of Brandy Punch #B97E4F

Tints of Brandy Punch #B97E4F

Color information

#B97E4F (or 0xB97E4F) is unknown color: approx Brandy Punch. HEX triplet: B9, 7E and 4F. RGB value is (185,126,79). Sum of RGB (Red+Green+Blue) = 185+126+79=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E4F is #4681B0. Grayscale: #8A8A8A. Windows color (decimal): -4620721 or 5209785. OLE color: 5209785.

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

Color convert

RGB18512679-
CMYK00.320.570.27
HSL26.6º43.09%51.76%-
HSV(B)26.6º57.3%72.55%-
XYZ28.8825.810.86-
YUV138.2894.55161.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 79 (31.25% from 255) = 20.26%
R=47.44%
G=32.31%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851267900.320.570.2726.643.0951.76
HexB97E4F020391B1b2b34
Octal2711761170407133335364
Binary101110011111110100111101000001110011101111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E4F; }

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

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

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

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

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

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

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

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