#B77549

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

Shades of Brandy Punch #B77549

Tints of Brandy Punch #B77549

Color information

#B77549 (or 0xB77549) is unknown color: approx Brandy Punch. HEX triplet: B7, 75 and 49. RGB value is (183,117,73). Sum of RGB (Red+Green+Blue) = 183+117+73=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B77549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77549 is #488AB6. Grayscale: #838383. Windows color (decimal): -4754103 or 4814263. OLE color: 4814263.

HSL color Cylindrical-coordinate representation of color #B77549: hue angle of 24º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B77549 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18311773-
CMYK00.360.600.28
HSL24º43.31%50.2%-
HSV(B)24º60.11%71.76%-
XYZ27.0923.279.37-
YUV131.7294.87164.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 73 (28.91% from 255) = 19.57%
R=49.06%
G=31.37%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831177300.360.600.282443.3150.2
HexB775490243C1C182b32
Octal2671651110447434305362
Binary101101111110101100100101001001111001110011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77549; }

 p { color: rgb(183,117,73); }

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

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

 a { background-color: rgb(183,117,73); }

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

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

 span { border-color: rgb(183,117,73); }

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