#B77641

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

Shades of Brandy Punch #B77641

Tints of Brandy Punch #B77641

Color information

#B77641 (or 0xB77641) is unknown color: approx Brandy Punch. HEX triplet: B7, 76 and 41. RGB value is (183,118,65). Sum of RGB (Red+Green+Blue) = 183+118+65=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B77641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77641 is #4889BE. Grayscale: #838383. Windows color (decimal): -4753855 or 4290231. OLE color: 4290231.

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

Color convert

RGB18311865-
CMYK00.360.640.28
HSL26.95º47.58%48.63%-
HSV(B)26.95º64.48%71.76%-
XYZ26.9623.418.1-
YUV131.3990.53164.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 65 (25.78% from 255) = 17.76%
R=50%
G=32.24%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831186500.360.640.2826.9547.5848.63
HexB77641024401C1b3031
Octal26716610104410034336061
Binary1011011111101101000001010010010000001110011011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77641; }

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

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

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

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

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

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

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

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