#B77B54

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

Shades of Brandy Punch #B77B54

Tints of Brandy Punch #B77B54

Color information

#B77B54 (or 0xB77B54) is unknown color: approx Brandy Punch. HEX triplet: B7, 7B and 54. RGB value is (183,123,84). Sum of RGB (Red+Green+Blue) = 183+123+84=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B54 is #4884AB. Grayscale: #888888. Windows color (decimal): -4752556 or 5536695. OLE color: 5536695.

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

Color convert

RGB18312384-
CMYK00.330.540.28
HSL23.64º40.74%52.35%-
HSV(B)23.64º54.1%71.76%-
XYZ28.2124.8711.7-
YUV136.4998.38161.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=46.92%
G=31.54%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831238400.330.540.2823.6440.7452.35
HexB77B54021361C182934
Octal2671731240416634305164
Binary101101111111011101010001000011101101110011000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B54; }

 p { color: rgb(183,123,84); }

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

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

 a { background-color: rgb(183,123,84); }

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

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

 span { border-color: rgb(183,123,84); }

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