#B67A44

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

Shades of Brandy Punch #B67A44

Tints of Brandy Punch #B67A44

Color information

#B67A44 (or 0xB67A44) is unknown color: approx Brandy Punch. HEX triplet: B6, 7A and 44. RGB value is (182,122,68). Sum of RGB (Red+Green+Blue) = 182+122+68=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67A44 is #4985BB. Grayscale: #868686. Windows color (decimal): -4818364 or 4487862. OLE color: 4487862.

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

Color convert

RGB18212268-
CMYK00.330.630.29
HSL28.42º45.6%49.02%-
HSV(B)28.42º62.64%71.37%-
XYZ27.2924.288.72-
YUV133.7890.88162.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 68 (26.95% from 255) = 18.28%
R=48.92%
G=32.80%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821226800.330.630.2928.4245.649.02
HexB67A440213F1D1c2e31
Octal2661721040417735345661
Binary101101101111010100010001000011111111110111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A44; }

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

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

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

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

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

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

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

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