#B97442

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

Shades of Brandy Punch #B97442

Tints of Brandy Punch #B97442

Color information

#B97442 (or 0xB97442) is unknown color: approx Brandy Punch. HEX triplet: B9, 74 and 42. RGB value is (185,116,66). Sum of RGB (Red+Green+Blue) = 185+116+66=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B97442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97442 is #468BBD. Grayscale: #838383. Windows color (decimal): -4623294 or 4355257. OLE color: 4355257.

HSL color Cylindrical-coordinate representation of color #B97442: hue angle of 25.21º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B97442 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18511666-
CMYK00.370.640.27
HSL25.21º47.41%49.22%-
HSV(B)25.21º64.32%72.55%-
XYZ27.2423.28.2-
YUV130.9391.36166.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=50.41%
G=31.61%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851166600.370.640.2725.2147.4149.22
HexB97442025401B192f31
Octal27116410204510033315761
Binary1011100111101001000010010010110000001101111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97442; }

 p { color: rgb(185,116,66); }

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

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

 a { background-color: rgb(185,116,66); }

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

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

 span { border-color: rgb(185,116,66); }

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