#B7774B

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

Shades of Brandy Punch #B7774B

Tints of Brandy Punch #B7774B

Color information

#B7774B (or 0xB7774B) is unknown color: approx Brandy Punch. HEX triplet: B7, 77 and 4B. RGB value is (183,119,75). Sum of RGB (Red+Green+Blue) = 183+119+75=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7774B is #4888B4. Grayscale: #858585. Windows color (decimal): -4753589 or 4945847. OLE color: 4945847.

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

Color convert

RGB18311975-
CMYK00.350.590.28
HSL24.44º42.86%50.59%-
HSV(B)24.44º59.02%71.76%-
XYZ27.423.779.8-
YUV133.1295.2163.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=48.54%
G=31.56%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831197500.350.590.2824.4442.8650.59
HexB7774B0233B1C182b33
Octal2671671130437334305363
Binary101101111110111100101101000111110111110011000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7774B; }

 p { color: rgb(183,119,75); }

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

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

 a { background-color: rgb(183,119,75); }

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

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

 span { border-color: rgb(183,119,75); }

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