#B77E42

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

Shades of Brandy Punch #B77E42

Tints of Brandy Punch #B77E42

Color information

#B77E42 (or 0xB77E42) is unknown color: approx Brandy Punch. HEX triplet: B7, 7E and 42. RGB value is (183,126,66). Sum of RGB (Red+Green+Blue) = 183+126+66=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E42 is #4881BD. Grayscale: #888888. Windows color (decimal): -4751806 or 4357815. OLE color: 4357815.

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

Color convert

RGB18312666-
CMYK00.310.640.28
HSL30.77º46.99%48.82%-
HSV(B)30.77º63.93%71.76%-
XYZ27.9725.388.58-
YUV136.288.38161.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 66 (26.17% from 255) = 17.6%
R=48.8%
G=33.6%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831266600.310.640.2830.7746.9948.82
HexB77E4201F401C1f2f31
Octal26717610203710034375761
Binary101101111111110100001001111110000001110011111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E42; }

 p { color: rgb(183,126,66); }

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

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

 a { background-color: rgb(183,126,66); }

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

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

 span { border-color: rgb(183,126,66); }

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