#B67C3F

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

Shades of Brandy Punch #B67C3F

Tints of Brandy Punch #B67C3F

Color information

#B67C3F (or 0xB67C3F) is unknown color: approx Brandy Punch. HEX triplet: B6, 7C and 3F. RGB value is (182,124,63). Sum of RGB (Red+Green+Blue) = 182+124+63=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C3F is #4983C0. Grayscale: #868686. Windows color (decimal): -4817857 or 4160694. OLE color: 4160694.

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

Color convert

RGB18212463-
CMYK00.320.650.29
HSL30.76º48.57%48.04%-
HSV(B)30.76º65.38%71.37%-
XYZ27.424.728.03-
YUV134.3987.72161.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 63 (25% from 255) = 17.07%
R=49.32%
G=33.60%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821246300.320.650.2930.7648.5748.04
HexB67C3F020411D1f3130
Octal2661747704010135376160
Binary101101101111100111111010000010000011110111111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C3F; }

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

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

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

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

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

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

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

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