#B97E54

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

Shades of Brandy Punch #B97E54

Tints of Brandy Punch #B97E54

Color information

#B97E54 (or 0xB97E54) is unknown color: approx Brandy Punch. HEX triplet: B9, 7E and 54. RGB value is (185,126,84). Sum of RGB (Red+Green+Blue) = 185+126+84=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E54 is #4681AB. Grayscale: #8B8B8B. Windows color (decimal): -4620716 or 5537465. OLE color: 5537465.

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

Color convert

RGB18512684-
CMYK00.320.550.27
HSL24.95º41.91%52.75%-
HSV(B)24.95º54.59%72.55%-
XYZ29.0725.8811.85-
YUV138.8597.05160.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 84 (33.20% from 255) = 21.27%
R=46.84%
G=31.90%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851268400.320.550.2724.9541.9152.75
HexB97E54020371B192a35
Octal2711761240406733315265
Binary101110011111110101010001000001101111101111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E54; }

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

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

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

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

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

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

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

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