#b97e55

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

Shades of Brandy Punch #B97E55

Tints of Brandy Punch #B97E55

Color information

#B97E55 (or 0xB97E55) is unknown color: approx Brandy Punch. HEX triplet: B9, 7E and 55. RGB value is (185,126,85). Sum of RGB (Red+Green+Blue) = 185+126+85=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E55 is #4681AA. Grayscale: #8B8B8B. Windows color (decimal): -4620715 or 5603001. OLE color: 5603001.

HSL color Cylindrical-coordinate representation of color #B97E55: hue angle of 24.6º 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 #B97E55 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18512685-
CMYK00.320.540.27
HSL24.6º41.67%52.94%-
HSV(B)24.6º54.05%72.55%-
XYZ29.1125.8912.06-
YUV138.9797.55160.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=46.72%
G=31.82%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851268500.320.540.2724.641.6752.94
HexB97E55020361B192a35
Octal2711761250406633315265
Binary101110011111110101010101000001101101101111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b97e55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b97e55; }

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

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

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

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

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

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

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

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