#B6814A

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

Shades of Brandy Punch #B6814A

Tints of Brandy Punch #B6814A

Color information

#B6814A (or 0xB6814A) is unknown color: approx Brandy Punch. HEX triplet: B6, 81 and 4A. RGB value is (182,129,74). Sum of RGB (Red+Green+Blue) = 182+129+74=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6814A is #497EB5. Grayscale: #8A8A8A. Windows color (decimal): -4816566 or 4882870. OLE color: 4882870.

HSL color Cylindrical-coordinate representation of color #B6814A: hue angle of 30.56º 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 #B6814A is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18212974-
CMYK00.290.590.29
HSL30.56º42.52%50.2%-
HSV(B)30.56º59.34%71.37%-
XYZ28.3826.1410.03-
YUV138.5891.56158.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=47.27%
G=33.51%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821297400.290.590.2930.5642.5250.2
HexB6814A01D3B1D1f2b32
Octal2662011120357335375362
Binary101101101000000110010100111011110111110111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6814A; }

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

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

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

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

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

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

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

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