#B97D3C

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

Shades of Brandy Punch #B97D3C

Tints of Brandy Punch #B97D3C

Color information

#B97D3C (or 0xB97D3C) is unknown color: approx Brandy Punch. HEX triplet: B9, 7D and 3C. RGB value is (185,125,60). Sum of RGB (Red+Green+Blue) = 185+125+60=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97D3C is #4682C3. Grayscale: #878787. Windows color (decimal): -4620996 or 3964345. OLE color: 3964345.

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

Color convert

RGB18512560-
CMYK00.320.680.27
HSL31.2º51.02%48.04%-
HSV(B)31.2º67.57%72.55%-
XYZ28.1625.317.68-
YUV135.5385.38163.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 60 (23.83% from 255) = 16.22%
R=50%
G=33.78%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851256000.320.680.2731.251.0248.04
HexB97D3C020441B1f3330
Octal2711757404010433376360
Binary101110011111101111100010000010001001101111111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D3C; }

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

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

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

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

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

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

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

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