#B97A3C

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

Shades of Brandy Punch #B97A3C

Tints of Brandy Punch #B97A3C

Color information

#B97A3C (or 0xB97A3C) is unknown color: approx Brandy Punch. HEX triplet: B9, 7A and 3C. RGB value is (185,122,60). Sum of RGB (Red+Green+Blue) = 185+122+60=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97A3C is #4685C3. Grayscale: #868686. Windows color (decimal): -4621764 or 3963577. OLE color: 3963577.

HSL color Cylindrical-coordinate representation of color #B97A3C: hue angle of 29.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B97A3C is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18512260-
CMYK00.340.680.27
HSL29.76º51.02%48.04%-
HSV(B)29.76º67.57%72.55%-
XYZ27.7824.567.55-
YUV133.7786.37164.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 60 (23.83% from 255) = 16.35%
R=50.41%
G=33.24%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851226000.340.680.2729.7651.0248.04
HexB97A3C022441B1e3330
Octal2711727404210433366360
Binary101110011111010111100010001010001001101111110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A3C; }

 p { color: rgb(185,122,60); }

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

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

 a { background-color: rgb(185,122,60); }

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

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

 span { border-color: rgb(185,122,60); }

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