#B77A3F

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

Shades of Brandy Punch #B77A3F

Tints of Brandy Punch #B77A3F

Color information

#B77A3F (or 0xB77A3F) is unknown color: approx Brandy Punch. HEX triplet: B7, 7A and 3F. RGB value is (183,122,63). Sum of RGB (Red+Green+Blue) = 183+122+63=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A3F is #4885C0. Grayscale: #858585. Windows color (decimal): -4752833 or 4160183. OLE color: 4160183.

HSL color Cylindrical-coordinate representation of color #B77A3F: hue angle of 29.5º 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 #B77A3F is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB18312263-
CMYK00.330.660.28
HSL29.5º48.78%48.24%-
HSV(B)29.5º65.57%71.76%-
XYZ27.3924.357.96-
YUV133.5188.21163.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 63 (25% from 255) = 17.12%
R=49.73%
G=33.15%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831226300.330.660.2829.548.7848.24
HexB77A3F021421C1e3130
Octal2671727704110234366160
Binary101101111111010111111010000110000101110011110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A3F; }

 p { color: rgb(183,122,63); }

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

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

 a { background-color: rgb(183,122,63); }

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

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

 span { border-color: rgb(183,122,63); }

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