#B68044

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

Shades of Brandy Punch #B68044

Tints of Brandy Punch #B68044

Color information

#B68044 (or 0xB68044) is unknown color: approx Brandy Punch. HEX triplet: B6, 80 and 44. RGB value is (182,128,68). Sum of RGB (Red+Green+Blue) = 182+128+68=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B68044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68044 is #497FBB. Grayscale: #898989. Windows color (decimal): -4816828 or 4489398. OLE color: 4489398.

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

Color convert

RGB18212868-
CMYK00.300.630.29
HSL31.58º45.6%49.02%-
HSV(B)31.58º62.64%71.37%-
XYZ28.0525.88.97-
YUV137.3188.89159.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.15%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 68 (26.95% from 255) = 17.99%
R=48.15%
G=33.86%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821286800.300.630.2931.5845.649.02
HexB6804401E3F1D202e31
Octal2662001040367735405661
Binary1011011010000000100010001111011111111101100000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68044; }

 p { color: rgb(182,128,68); }

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

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

 a { background-color: rgb(182,128,68); }

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

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

 span { border-color: rgb(182,128,68); }

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