#B97D3F

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

Shades of Brandy Punch #B97D3F

Tints of Brandy Punch #B97D3F

Color information

#B97D3F (or 0xB97D3F) is unknown color: approx Brandy Punch. HEX triplet: B9, 7D and 3F. RGB value is (185,125,63). Sum of RGB (Red+Green+Blue) = 185+125+63=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97D3F is #4682C0. Grayscale: #888888. Windows color (decimal): -4620993 or 4160953. OLE color: 4160953.

HSL color Cylindrical-coordinate representation of color #B97D3F: hue angle of 30.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B97D3F is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18512563-
CMYK00.320.660.27
HSL30.49º49.19%48.63%-
HSV(B)30.49º65.95%72.55%-
XYZ28.2425.348.11-
YUV135.8786.88163.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 63 (25% from 255) = 16.89%
R=49.60%
G=33.51%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851256300.320.660.2730.4949.1948.63
HexB97D3F020421B1e3131
Octal2711757704010233366161
Binary101110011111101111111010000010000101101111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D3F; }

 p { color: rgb(185,125,63); }

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

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

 a { background-color: rgb(185,125,63); }

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

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

 span { border-color: rgb(185,125,63); }

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