#B3671A

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

Shades of Pirate Gold #B3671A

Tints of Pirate Gold #B3671A

Color information

#B3671A (or 0xB3671A) is unknown color: approx Pirate Gold. HEX triplet: B3, 67 and 1A. RGB value is (179,103,26). Sum of RGB (Red+Green+Blue) = 179+103+26=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B3671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3671A is #4C98E5. Grayscale: #757575. Windows color (decimal): -5019878 or 1730483. OLE color: 1730483.

HSL color Cylindrical-coordinate representation of color #B3671A: hue angle of 30.2º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3671A is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB17910326-
CMYK00.420.850.30
HSL30.2º74.63%40.2%-
HSV(B)30.2º85.47%70.2%-
XYZ23.6319.363.47-
YUV116.9576.68172.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.12%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=58.12%
G=33.44%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791032600.420.850.3030.274.6340.2
HexB3671A02A551E1e4b28
Octal26314732052125363611350
Binary101100111100111110100101010101010111110111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3671A; }

 p { color: rgb(179,103,26); }

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

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

 a { background-color: rgb(179,103,26); }

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

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

 span { border-color: rgb(179,103,26); }

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