#B37A3D

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

Shades of Brandy Punch #B37A3D

Tints of Brandy Punch #B37A3D

Color information

#B37A3D (or 0xB37A3D) is unknown color: approx Brandy Punch. HEX triplet: B3, 7A and 3D. RGB value is (179,122,61). Sum of RGB (Red+Green+Blue) = 179+122+61=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A3D is #4C85C2. Grayscale: #848484. Windows color (decimal): -5014979 or 4029107. OLE color: 4029107.

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

Color convert

RGB17912261-
CMYK00.320.660.30
HSL31.02º49.17%47.06%-
HSV(B)31.02º65.92%70.2%-
XYZ26.3923.847.63-
YUV132.0987.88161.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.45%
GREEN value IS 122 (48.05% from 255) = 33.70%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=49.45%
G=33.70%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791226100.320.660.3031.0249.1747.06
HexB37A3D020421E1f312f
Octal2631727504010236376157
Binary101100111111010111101010000010000101111011111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A3D; }

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

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

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

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

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

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

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

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