#B77E51

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

Shades of Brandy Punch #B77E51

Tints of Brandy Punch #B77E51

Color information

#B77E51 (or 0xB77E51) is unknown color: approx Brandy Punch. HEX triplet: B7, 7E and 51. RGB value is (183,126,81). Sum of RGB (Red+Green+Blue) = 183+126+81=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E51 is #4881AE. Grayscale: #8A8A8A. Windows color (decimal): -4751791 or 5340855. OLE color: 5340855.

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

Color convert

RGB18312681-
CMYK00.310.560.28
HSL26.47º41.46%51.76%-
HSV(B)26.47º55.74%71.76%-
XYZ28.4725.5811.22-
YUV137.9195.88160.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 81 (32.03% from 255) = 20.77%
R=46.92%
G=32.31%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831268100.310.560.2826.4741.4651.76
HexB77E5101F381C1a2934
Octal2671761210377034325164
Binary10110111111111010100010111111110001110011010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E51; }

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

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

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

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

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

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

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

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