#B37A41

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

Shades of Brandy Punch #B37A41

Tints of Brandy Punch #B37A41

Color information

#B37A41 (or 0xB37A41) is unknown color: approx Brandy Punch. HEX triplet: B3, 7A and 41. RGB value is (179,122,65). Sum of RGB (Red+Green+Blue) = 179+122+65=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A41 is #4C85BE. Grayscale: #848484. Windows color (decimal): -5014975 or 4291251. OLE color: 4291251.

HSL color Cylindrical-coordinate representation of color #B37A41: hue angle of 30º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B37A41 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17912265-
CMYK00.320.640.30
HSL30º46.72%47.84%-
HSV(B)30º63.69%70.2%-
XYZ26.523.888.21-
YUV132.5489.88161.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 122 (48.05% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 17.76%
R=48.91%
G=33.33%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791226500.320.640.303046.7247.84
HexB37A41020401E1e2f30
Octal26317210104010036365760
Binary1011001111110101000001010000010000001111011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A41; }

 p { color: rgb(179,122,65); }

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

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

 a { background-color: rgb(179,122,65); }

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

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

 span { border-color: rgb(179,122,65); }

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