#B67742

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

Shades of Brandy Punch #B67742

Tints of Brandy Punch #B67742

Color information

#B67742 (or 0xB67742) is unknown color: approx Brandy Punch. HEX triplet: B6, 77 and 42. RGB value is (182,119,66). Sum of RGB (Red+Green+Blue) = 182+119+66=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B67742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67742 is #4988BD. Grayscale: #848484. Windows color (decimal): -4819134 or 4356022. OLE color: 4356022.

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

Color convert

RGB18211966-
CMYK00.350.640.29
HSL27.41º46.77%48.63%-
HSV(B)27.41º63.74%71.37%-
XYZ26.8723.538.28-
YUV131.7990.87163.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=49.59%
G=32.43%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821196600.350.640.2927.4146.7748.63
HexB67742023401D1b2f31
Octal26616710204310035335761
Binary1011011011101111000010010001110000001110111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67742; }

 p { color: rgb(182,119,66); }

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

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

 a { background-color: rgb(182,119,66); }

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

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

 span { border-color: rgb(182,119,66); }

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