#B2701B

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

Shades of Pirate Gold #B2701B

Tints of Pirate Gold #B2701B

Color information

#B2701B (or 0xB2701B) is unknown color: approx Pirate Gold. HEX triplet: B2, 70 and 1B. RGB value is (178,112,27). Sum of RGB (Red+Green+Blue) = 178+112+27=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2701B is #4D8FE4. Grayscale: #7A7A7A. Windows color (decimal): -5083109 or 1798322. OLE color: 1798322.

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

Color convert

RGB17811227-
CMYK00.370.850.30
HSL33.77º73.66%40.2%-
HSV(B)33.77º84.83%69.8%-
XYZ24.3521.133.83-
YUV122.0474.37167.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 27 (10.94% from 255) = 8.52%
R=56.15%
G=35.33%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781122700.370.850.3033.7773.6640.2
HexB2701B025551E224a28
Octal26216033045125364211250
Binary1011001011100001101101001011010101111101000101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2701B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2701B; }

 p { color: rgb(178,112,27); }

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

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

 a { background-color: rgb(178,112,27); }

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

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

 span { border-color: rgb(178,112,27); }

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