#B67E4A

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

Shades of Brandy Punch #B67E4A

Tints of Brandy Punch #B67E4A

Color information

#B67E4A (or 0xB67E4A) is unknown color: approx Brandy Punch. HEX triplet: B6, 7E and 4A. RGB value is (182,126,74). Sum of RGB (Red+Green+Blue) = 182+126+74=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67E4A is #4981B5. Grayscale: #898989. Windows color (decimal): -4817334 or 4882102. OLE color: 4882102.

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

Color convert

RGB18212674-
CMYK00.310.590.29
HSL28.89º42.52%50.2%-
HSV(B)28.89º59.34%71.37%-
XYZ27.9925.369.9-
YUV136.8292.55160.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 74 (29.30% from 255) = 19.37%
R=47.64%
G=32.98%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821267400.310.590.2928.8942.5250.2
HexB67E4A01F3B1D1d2b32
Octal2661761120377335355362
Binary10110110111111010010100111111110111110111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E4A; }

 p { color: rgb(182,126,74); }

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

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

 a { background-color: rgb(182,126,74); }

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

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

 span { border-color: rgb(182,126,74); }

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