#b0761f

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

Shades of Pirate Gold #B0761F

Tints of Pirate Gold #B0761F

Color information

#B0761F (or 0xB0761F) is unknown color: approx Pirate Gold. HEX triplet: B0, 76 and 1F. RGB value is (176,118,31). Sum of RGB (Red+Green+Blue) = 176+118+31=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0761F is #4F89E0. Grayscale: #7D7D7D. Windows color (decimal): -5212641 or 2062000. OLE color: 2062000.

HSL color Cylindrical-coordinate representation of color #B0761F: hue angle of 36º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0761F is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17611831-
CMYK00.330.820.31
HSL36º70.05%40.59%-
HSV(B)36º82.39%69.02%-
XYZ24.6322.294.3-
YUV125.4274.72164.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 31 (12.5% from 255) = 9.54%
R=54.15%
G=36.31%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761183100.330.820.313670.0540.59
HexB0761F021521F244629
Octal26016637041122374410651
Binary1011000011101101111101000011010010111111001001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0761f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0761f; }

 p { color: rgb(176,118,31); }

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

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

 a { background-color: rgb(176,118,31); }

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

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

 span { border-color: rgb(176,118,31); }

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