#B67C3C

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

Shades of Brandy Punch #B67C3C

Tints of Brandy Punch #B67C3C

Color information

#B67C3C (or 0xB67C3C) is unknown color: approx Brandy Punch. HEX triplet: B6, 7C and 3C. RGB value is (182,124,60). Sum of RGB (Red+Green+Blue) = 182+124+60=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C3C is #4983C3. Grayscale: #868686. Windows color (decimal): -4817860 or 3964086. OLE color: 3964086.

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

Color convert

RGB18212460-
CMYK00.320.670.29
HSL31.48º50.41%47.45%-
HSV(B)31.48º67.03%71.37%-
XYZ27.3124.697.6-
YUV134.0586.22162.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.73%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=49.73%
G=33.88%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821246000.320.670.2931.4850.4147.45
HexB67C3C020431D1f322f
Octal2661747404010335376257
Binary101101101111100111100010000010000111110111111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C3C; }

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

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

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

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

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

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

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

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