#B67E47

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

Shades of Brandy Punch #B67E47

Tints of Brandy Punch #B67E47

Color information

#B67E47 (or 0xB67E47) is unknown color: approx Brandy Punch. HEX triplet: B6, 7E and 47. RGB value is (182,126,71). Sum of RGB (Red+Green+Blue) = 182+126+71=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67E47 is #4981B8. Grayscale: #888888. Windows color (decimal): -4817337 or 4685494. OLE color: 4685494.

HSL color Cylindrical-coordinate representation of color #B67E47: hue angle of 29.73º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B67E47 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18212671-
CMYK00.310.610.29
HSL29.73º43.87%49.61%-
HSV(B)29.73º60.99%71.37%-
XYZ27.8925.329.38-
YUV136.4791.05160.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 71 (28.12% from 255) = 18.73%
R=48.02%
G=33.25%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821267100.310.610.2929.7343.8749.61
HexB67E4701F3D1D1e2c32
Octal2661761070377535365462
Binary10110110111111010001110111111111011110111110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E47; }

 p { color: rgb(182,126,71); }

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

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

 a { background-color: rgb(182,126,71); }

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

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

 span { border-color: rgb(182,126,71); }

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