#B67649

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

Shades of Brandy Punch #B67649

Tints of Brandy Punch #B67649

Color information

#B67649 (or 0xB67649) is unknown color: approx Brandy Punch. HEX triplet: B6, 76 and 49. RGB value is (182,118,73). Sum of RGB (Red+Green+Blue) = 182+118+73=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B67649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67649 is #4989B6. Grayscale: #848484. Windows color (decimal): -4819383 or 4814518. OLE color: 4814518.

HSL color Cylindrical-coordinate representation of color #B67649: hue angle of 24.77º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B67649 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18211873-
CMYK00.350.600.29
HSL24.77º42.75%50%-
HSV(B)24.77º59.89%71.37%-
XYZ26.9723.389.4-
YUV132.0194.7163.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 73 (28.91% from 255) = 19.57%
R=48.79%
G=31.64%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821187300.350.600.2924.7742.7550
HexB676490233C1D192b32
Octal2661661110437435315362
Binary101101101110110100100101000111111001110111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67649; }

 p { color: rgb(182,118,73); }

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

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

 a { background-color: rgb(182,118,73); }

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

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

 span { border-color: rgb(182,118,73); }

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