#B2751A

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

Shades of Pirate Gold #B2751A

Tints of Pirate Gold #B2751A

Color information

#B2751A (or 0xB2751A) is unknown color: approx Pirate Gold. HEX triplet: B2, 75 and 1A. RGB value is (178,117,26). Sum of RGB (Red+Green+Blue) = 178+117+26=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2751A is #4D8AE5. Grayscale: #7D7D7D. Windows color (decimal): -5081830 or 1734066. OLE color: 1734066.

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

Color convert

RGB17811726-
CMYK00.340.850.30
HSL35.92º74.51%40%-
HSV(B)35.92º85.39%69.8%-
XYZ24.9122.263.96-
YUV124.8672.21165.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 26 (10.55% from 255) = 8.10%
R=55.45%
G=36.45%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781172600.340.850.3035.9274.5140
HexB2751A022551E244b28
Octal26216532042125364411350
Binary1011001011101011101001000101010101111101001001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2751A; }

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

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

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

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

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

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

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

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