#B97C55

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

Shades of Brandy Punch #B97C55

Tints of Brandy Punch #B97C55

Color information

#B97C55 (or 0xB97C55) is unknown color: approx Brandy Punch. HEX triplet: B9, 7C and 55. RGB value is (185,124,85). Sum of RGB (Red+Green+Blue) = 185+124+85=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C55 is #4683AA. Grayscale: #8A8A8A. Windows color (decimal): -4621227 or 5602489. OLE color: 5602489.

HSL color Cylindrical-coordinate representation of color #B97C55: hue angle of 23.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B97C55 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18512485-
CMYK00.330.540.27
HSL23.4º41.67%52.94%-
HSV(B)23.4º54.05%72.55%-
XYZ28.8525.3911.97-
YUV137.7998.21161.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 124 (48.83% from 255) = 31.47%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=46.95%
G=31.47%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851248500.330.540.2723.441.6752.94
HexB97C55021361B172a35
Octal2711741250416633275265
Binary101110011111100101010101000011101101101110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C55; }

 p { color: rgb(185,124,85); }

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

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

 a { background-color: rgb(185,124,85); }

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

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

 span { border-color: rgb(185,124,85); }

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