#B77945

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

Shades of Brandy Punch #B77945

Tints of Brandy Punch #B77945

Color information

#B77945 (or 0xB77945) is unknown color: approx Brandy Punch. HEX triplet: B7, 79 and 45. RGB value is (183,121,69). Sum of RGB (Red+Green+Blue) = 183+121+69=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B77945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77945 is #4886BA. Grayscale: #858585. Windows color (decimal): -4753083 or 4553143. OLE color: 4553143.

HSL color Cylindrical-coordinate representation of color #B77945: hue angle of 27.37º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B77945 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18312169-
CMYK00.340.620.28
HSL27.37º45.24%49.41%-
HSV(B)27.37º62.3%71.76%-
XYZ27.4424.178.85-
YUV133.6191.54163.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=49.06%
G=32.44%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831216900.340.620.2827.3745.2449.41
HexB779450223E1C1b2d31
Octal2671711050427634335561
Binary101101111111001100010101000101111101110011011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77945; }

 p { color: rgb(183,121,69); }

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

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

 a { background-color: rgb(183,121,69); }

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

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

 span { border-color: rgb(183,121,69); }

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