#B77B41

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

Shades of Brandy Punch #B77B41

Tints of Brandy Punch #B77B41

Color information

#B77B41 (or 0xB77B41) is unknown color: approx Brandy Punch. HEX triplet: B7, 7B and 41. RGB value is (183,123,65). Sum of RGB (Red+Green+Blue) = 183+123+65=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77B41 is #4884BE. Grayscale: #868686. Windows color (decimal): -4752575 or 4291511. OLE color: 4291511.

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

Color convert

RGB18312365-
CMYK00.330.640.28
HSL29.49º47.58%48.63%-
HSV(B)29.49º64.48%71.76%-
XYZ27.5724.618.3-
YUV134.3388.88162.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=49.33%
G=33.15%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831236500.330.640.2829.4947.5848.63
HexB77B41021401C1d3031
Octal26717310104110034356061
Binary1011011111110111000001010000110000001110011101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B41; }

 p { color: rgb(183,123,65); }

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

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

 a { background-color: rgb(183,123,65); }

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

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

 span { border-color: rgb(183,123,65); }

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