#B97542

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

Shades of Brandy Punch #B97542

Tints of Brandy Punch #B97542

Color information

#B97542 (or 0xB97542) is unknown color: approx Brandy Punch. HEX triplet: B9, 75 and 42. RGB value is (185,117,66). Sum of RGB (Red+Green+Blue) = 185+117+66=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B97542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97542 is #468ABD. Grayscale: #838383. Windows color (decimal): -4623038 or 4355513. OLE color: 4355513.

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

Color convert

RGB18511766-
CMYK00.370.640.27
HSL25.71º47.41%49.22%-
HSV(B)25.71º64.32%72.55%-
XYZ27.3523.438.24-
YUV131.5291.03166.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=50.27%
G=31.79%
B=17.93%

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
Decimal1851176600.370.640.2725.7147.4149.22
HexB97542025401B1a2f31
Octal27116510204510033325761
Binary1011100111101011000010010010110000001101111010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97542; }

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

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

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

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

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

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

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

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