#B77A50

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

Shades of Brandy Punch #B77A50

Tints of Brandy Punch #B77A50

Color information

#B77A50 (or 0xB77A50) is unknown color: approx Brandy Punch. HEX triplet: B7, 7A and 50. RGB value is (183,122,80). Sum of RGB (Red+Green+Blue) = 183+122+80=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A50 is #4885AF. Grayscale: #878787. Windows color (decimal): -4752816 or 5274295. OLE color: 5274295.

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

Color convert

RGB18312280-
CMYK00.330.560.28
HSL24.47º41.7%51.57%-
HSV(B)24.47º56.28%71.76%-
XYZ27.9424.5710.86-
YUV135.4596.71161.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=47.53%
G=31.69%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831228000.330.560.2824.4741.751.57
HexB77A50021381C182a34
Octal2671721200417034305264
Binary101101111111010101000001000011110001110011000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A50; }

 p { color: rgb(183,122,80); }

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

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

 a { background-color: rgb(183,122,80); }

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

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

 span { border-color: rgb(183,122,80); }

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