#B77C4B

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

Shades of Brandy Punch #B77C4B

Tints of Brandy Punch #B77C4B

Color information

#B77C4B (or 0xB77C4B) is unknown color: approx Brandy Punch. HEX triplet: B7, 7C and 4B. RGB value is (183,124,75). Sum of RGB (Red+Green+Blue) = 183+124+75=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C4B is #4883B4. Grayscale: #888888. Windows color (decimal): -4752309 or 4947127. OLE color: 4947127.

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

Color convert

RGB18312475-
CMYK00.320.590.28
HSL27.22º42.86%50.59%-
HSV(B)27.22º59.02%71.76%-
XYZ28.0124.9910-
YUV136.0693.55161.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 75 (29.69% from 255) = 19.63%
R=47.91%
G=32.46%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831247500.320.590.2827.2242.8650.59
HexB77C4B0203B1C1b2b33
Octal2671741130407334335363
Binary101101111111100100101101000001110111110011011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C4B; }

 p { color: rgb(183,124,75); }

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

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

 a { background-color: rgb(183,124,75); }

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

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

 span { border-color: rgb(183,124,75); }

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