#B2671A

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

Shades of Pirate Gold #B2671A

Tints of Pirate Gold #B2671A

Color information

#B2671A (or 0xB2671A) is unknown color: approx Pirate Gold. HEX triplet: B2, 67 and 1A. RGB value is (178,103,26). Sum of RGB (Red+Green+Blue) = 178+103+26=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2671A is #4D98E5. Grayscale: #757575. Windows color (decimal): -5085414 or 1730482. OLE color: 1730482.

HSL color Cylindrical-coordinate representation of color #B2671A: hue angle of 30.39º 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 #B2671A is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB17810326-
CMYK00.420.850.30
HSL30.39º74.51%40%-
HSV(B)30.39º85.39%69.8%-
XYZ23.419.243.46-
YUV116.6576.85171.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=57.98%
G=33.55%
B=8.47%

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
Decimal1781032600.420.850.3030.3974.5140
HexB2671A02A551E1e4b28
Octal26214732052125363611350
Binary101100101100111110100101010101010111110111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2671A; }

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

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

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

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

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

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

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

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