#B7754D

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

Shades of Brandy Punch #B7754D

Tints of Brandy Punch #B7754D

Color information

#B7754D (or 0xB7754D) is unknown color: approx Brandy Punch. HEX triplet: B7, 75 and 4D. RGB value is (183,117,77). Sum of RGB (Red+Green+Blue) = 183+117+77=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7754D is #488AB2. Grayscale: #848484. Windows color (decimal): -4754099 or 5076407. OLE color: 5076407.

HSL color Cylindrical-coordinate representation of color #B7754D: hue angle of 22.64º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7754D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18311777-
CMYK00.360.580.28
HSL22.64º42.4%50.98%-
HSV(B)22.64º57.92%71.76%-
XYZ27.2323.3310.09-
YUV132.1796.87164.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=48.54%
G=31.03%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831177700.360.580.2822.6442.450.98
HexB7754D0243A1C172a33
Octal2671651150447234275263
Binary101101111110101100110101001001110101110010111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7754D; }

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

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

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

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

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

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

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

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