#B3741D

Color #B3741D Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #B3741D

Tints of Pirate Gold #B3741D

Color information

#B3741D (or 0xB3741D) is unknown color: approx Pirate Gold. HEX triplet: B3, 74 and 1D. RGB value is (179,116,29). Sum of RGB (Red+Green+Blue) = 179+116+29=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3741D is #4C8BE2. Grayscale: #7D7D7D. Windows color (decimal): -5016547 or 1930419. OLE color: 1930419.

HSL color Cylindrical-coordinate representation of color #B3741D: hue angle of 34.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3741D is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB17911629-
CMYK00.350.840.30
HSL34.8º72.12%40.78%-
HSV(B)34.8º83.8%70.2%-
XYZ25.0622.164.12-
YUV124.9273.87166.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.25%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 29 (11.72% from 255) = 8.95%
R=55.25%
G=35.80%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791162900.350.840.3034.872.1240.78
HexB3741D023541E234829
Octal26316435043124364311051
Binary1011001111101001110101000111010100111101000111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3741D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3741D; }

 p { color: rgb(179,116,29); }

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

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

 a { background-color: rgb(179,116,29); }

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

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

 span { border-color: rgb(179,116,29); }

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