#B5774B

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

Shades of Brandy Punch #B5774B

Tints of Brandy Punch #B5774B

Color information

#B5774B (or 0xB5774B) is unknown color: approx Brandy Punch. HEX triplet: B5, 77 and 4B. RGB value is (181,119,75). Sum of RGB (Red+Green+Blue) = 181+119+75=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5774B is #4A88B4. Grayscale: #848484. Windows color (decimal): -4884661 or 4945845. OLE color: 4945845.

HSL color Cylindrical-coordinate representation of color #B5774B: hue angle of 24.91º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5774B is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18111975-
CMYK00.340.590.29
HSL24.91º41.73%50.2%-
HSV(B)24.91º58.56%70.98%-
XYZ26.9223.539.78-
YUV132.5295.54162.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 75 (29.69% from 255) = 20%
R=48.27%
G=31.73%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811197500.340.590.2924.9141.7350.2
HexB5774B0223B1D192a32
Octal2651671130427335315262
Binary101101011110111100101101000101110111110111001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5774B; }

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

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

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

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

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

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

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

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