#B5773C

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

Shades of Brandy Punch #B5773C

Tints of Brandy Punch #B5773C

Color information

#B5773C (or 0xB5773C) is unknown color: approx Brandy Punch. HEX triplet: B5, 77 and 3C. RGB value is (181,119,60). Sum of RGB (Red+Green+Blue) = 181+119+60=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5773C is #4A88C3. Grayscale: #838383. Windows color (decimal): -4884676 or 3962805. OLE color: 3962805.

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

Color convert

RGB18111960-
CMYK00.340.670.29
HSL29.26º50.21%47.25%-
HSV(B)29.26º66.85%70.98%-
XYZ26.4723.347.39-
YUV130.8188.04163.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 60 (23.83% from 255) = 16.67%
R=50.28%
G=33.06%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811196000.340.670.2929.2650.2147.25
HexB5773C022431D1d322f
Octal2651677404210335356257
Binary101101011110111111100010001010000111110111101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5773C; }

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

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

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

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

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

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

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

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