#B67C45

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

Shades of Brandy Punch #B67C45

Tints of Brandy Punch #B67C45

Color information

#B67C45 (or 0xB67C45) is unknown color: approx Brandy Punch. HEX triplet: B6, 7C and 45. RGB value is (182,124,69). Sum of RGB (Red+Green+Blue) = 182+124+69=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C45 is #4983BA. Grayscale: #878787. Windows color (decimal): -4817851 or 4553910. OLE color: 4553910.

HSL color Cylindrical-coordinate representation of color #B67C45: hue angle of 29.2º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B67C45 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18212469-
CMYK00.320.620.29
HSL29.2º45.02%49.22%-
HSV(B)29.2º62.09%71.37%-
XYZ27.5724.798.96-
YUV135.0790.72161.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=48.53%
G=33.07%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821246900.320.620.2929.245.0249.22
HexB67C450203E1D1d2d31
Octal2661741050407635355561
Binary101101101111100100010101000001111101110111101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C45; }

 p { color: rgb(182,124,69); }

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

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

 a { background-color: rgb(182,124,69); }

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

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

 span { border-color: rgb(182,124,69); }

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