#B0761E

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

Shades of Pirate Gold #B0761E

Tints of Pirate Gold #B0761E

Color information

#B0761E (or 0xB0761E) is unknown color: approx Pirate Gold. HEX triplet: B0, 76 and 1E. RGB value is (176,118,30). Sum of RGB (Red+Green+Blue) = 176+118+30=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0761E is #4F89E1. Grayscale: #7D7D7D. Windows color (decimal): -5212642 or 1996464. OLE color: 1996464.

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

Color convert

RGB17611830-
CMYK00.330.830.31
HSL36.16º70.87%40.39%-
HSV(B)36.16º82.95%69.02%-
XYZ24.6222.284.23-
YUV125.3174.22164.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.32%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 30 (12.11% from 255) = 9.26%
R=54.32%
G=36.42%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761183000.330.830.3136.1670.8740.39
HexB0761E021531F244728
Octal26016636041123374410750
Binary1011000011101101111001000011010011111111001001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0761E; }

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

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

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

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

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

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

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

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