#B67645

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

Shades of Brandy Punch #B67645

Tints of Brandy Punch #B67645

Color information

#B67645 (or 0xB67645) is unknown color: approx Brandy Punch. HEX triplet: B6, 76 and 45. RGB value is (182,118,69). Sum of RGB (Red+Green+Blue) = 182+118+69=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B67645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67645 is #4989BA. Grayscale: #838383. Windows color (decimal): -4819387 or 4552374. OLE color: 4552374.

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

Color convert

RGB18211869-
CMYK00.350.620.29
HSL26.02º45.02%49.22%-
HSV(B)26.02º62.09%71.37%-
XYZ26.8423.338.72-
YUV131.5592.7163.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=49.32%
G=31.98%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821186900.350.620.2926.0245.0249.22
HexB676450233E1D1a2d31
Octal2661661050437635325561
Binary101101101110110100010101000111111101110111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67645; }

 p { color: rgb(182,118,69); }

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

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

 a { background-color: rgb(182,118,69); }

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

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

 span { border-color: rgb(182,118,69); }

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