#B67947

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

Shades of Brandy Punch #B67947

Tints of Brandy Punch #B67947

Color information

#B67947 (or 0xB67947) is unknown color: approx Brandy Punch. HEX triplet: B6, 79 and 47. RGB value is (182,121,71). Sum of RGB (Red+Green+Blue) = 182+121+71=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B67947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67947 is #4986B8. Grayscale: #858585. Windows color (decimal): -4818617 or 4684214. OLE color: 4684214.

HSL color Cylindrical-coordinate representation of color #B67947: hue angle of 27.03º 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 #B67947 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB18212171-
CMYK00.340.610.29
HSL27.03º43.87%49.61%-
HSV(B)27.03º60.99%71.37%-
XYZ27.2724.079.17-
YUV133.5492.71162.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 71 (28.12% from 255) = 18.98%
R=48.66%
G=32.35%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821217100.340.610.2927.0343.8749.61
HexB679470223D1D1b2c32
Octal2661711070427535335462
Binary101101101111001100011101000101111011110111011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67947; }

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

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

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

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

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

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

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

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