#B67940

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

Shades of Brandy Punch #B67940

Tints of Brandy Punch #B67940

Color information

#B67940 (or 0xB67940) is unknown color: approx Brandy Punch. HEX triplet: B6, 79 and 40. RGB value is (182,121,64). Sum of RGB (Red+Green+Blue) = 182+121+64=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B67940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67940 is #4986BF. Grayscale: #858585. Windows color (decimal): -4818624 or 4225462. OLE color: 4225462.

HSL color Cylindrical-coordinate representation of color #B67940: hue angle of 28.98º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B67940 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18212164-
CMYK00.340.650.29
HSL28.98º47.97%48.24%-
HSV(B)28.98º64.84%71.37%-
XYZ27.0523.998.06-
YUV132.7489.21163.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=49.59%
G=32.97%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821216400.340.650.2928.9847.9748.24
HexB67940022411D1d3030
Octal26617110004210135356060
Binary1011011011110011000000010001010000011110111101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67940; }

 p { color: rgb(182,121,64); }

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

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

 a { background-color: rgb(182,121,64); }

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

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

 span { border-color: rgb(182,121,64); }

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