#B07619

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

Shades of Pirate Gold #B07619

Tints of Pirate Gold #B07619

Color information

#B07619 (or 0xB07619) is unknown color: approx Pirate Gold. HEX triplet: B0, 76 and 19. RGB value is (176,118,25). Sum of RGB (Red+Green+Blue) = 176+118+25=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B07619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07619 is #4F89E6. Grayscale: #7D7D7D. Windows color (decimal): -5212647 or 1668784. OLE color: 1668784.

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

Color convert

RGB17611825-
CMYK00.330.860.31
HSL36.95º75.12%39.41%-
HSV(B)36.95º85.8%69.02%-
XYZ24.5622.263.92-
YUV124.7471.72164.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.17%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 25 (10.16% from 255) = 7.84%
R=55.17%
G=36.99%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761182500.330.860.3136.9575.1239.41
HexB07619021561F254b27
Octal26016631041126374511347
Binary1011000011101101100101000011010110111111001011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07619; }

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

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

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

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

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

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

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

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