#B97B53

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

Shades of Brandy Punch #B97B53

Tints of Brandy Punch #B97B53

Color information

#B97B53 (or 0xB97B53) is unknown color: approx Brandy Punch. HEX triplet: B9, 7B and 53. RGB value is (185,123,83). Sum of RGB (Red+Green+Blue) = 185+123+83=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B53 is #4684AC. Grayscale: #898989. Windows color (decimal): -4621485 or 5471161. OLE color: 5471161.

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

Color convert

RGB18512383-
CMYK00.340.550.27
HSL23.53º42.15%52.55%-
HSV(B)23.53º55.14%72.55%-
XYZ28.6525.111.52-
YUV136.9897.54162.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 83 (32.81% from 255) = 21.23%
R=47.31%
G=31.46%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851238300.340.550.2723.5342.1552.55
HexB97B53022371B182a35
Octal2711731230426733305265
Binary101110011111011101001101000101101111101111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B53; }

 p { color: rgb(185,123,83); }

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

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

 a { background-color: rgb(185,123,83); }

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

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

 span { border-color: rgb(185,123,83); }

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