#B0751E

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

Shades of Pirate Gold #B0751E

Tints of Pirate Gold #B0751E

Color information

#B0751E (or 0xB0751E) is unknown color: approx Pirate Gold. HEX triplet: B0, 75 and 1E. RGB value is (176,117,30). Sum of RGB (Red+Green+Blue) = 176+117+30=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0751E is #4F8AE1. Grayscale: #7D7D7D. Windows color (decimal): -5212898 or 1996208. OLE color: 1996208.

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

Color convert

RGB17611730-
CMYK00.340.830.31
HSL35.75º70.87%40.39%-
HSV(B)35.75º82.95%69.02%-
XYZ24.522.054.19-
YUV124.7274.55164.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.49%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=54.49%
G=36.22%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761173000.340.830.3135.7570.8740.39
HexB0751E022531F244728
Octal26016536042123374410750
Binary1011000011101011111001000101010011111111001001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0751E; }

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

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

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

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

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

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

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

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