#B77D3E

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

Shades of Brandy Punch #B77D3E

Tints of Brandy Punch #B77D3E

Color information

#B77D3E (or 0xB77D3E) is unknown color: approx Brandy Punch. HEX triplet: B7, 7D and 3E. RGB value is (183,125,62). Sum of RGB (Red+Green+Blue) = 183+125+62=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D3E is #4882C1. Grayscale: #878787. Windows color (decimal): -4752066 or 4095415. OLE color: 4095415.

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

Color convert

RGB18312562-
CMYK00.320.660.28
HSL31.24º49.39%48.04%-
HSV(B)31.24º66.12%71.76%-
XYZ27.7325.087.94-
YUV135.1686.72162.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 62 (24.61% from 255) = 16.76%
R=49.46%
G=33.78%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831256200.320.660.2831.2449.3948.04
HexB77D3E020421C1f3130
Octal2671757604010234376160
Binary101101111111101111110010000010000101110011111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D3E; }

 p { color: rgb(183,125,62); }

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

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

 a { background-color: rgb(183,125,62); }

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

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

 span { border-color: rgb(183,125,62); }

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