#B77018

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

Shades of Pirate Gold #B77018

Tints of Pirate Gold #B77018

Color information

#B77018 (or 0xB77018) is unknown color: approx Pirate Gold. HEX triplet: B7, 70 and 18. RGB value is (183,112,24). Sum of RGB (Red+Green+Blue) = 183+112+24=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B77018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77018 is #488FE7. Grayscale: #7B7B7B. Windows color (decimal): -4755432 or 1601719. OLE color: 1601719.

HSL color Cylindrical-coordinate representation of color #B77018: hue angle of 33.21º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B77018 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB18311224-
CMYK00.390.870.28
HSL33.21º76.81%40.59%-
HSV(B)33.21º86.89%71.76%-
XYZ25.4921.723.71-
YUV123.272.02170.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=57.37%
G=35.11%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831122400.390.870.2833.2176.8140.59
HexB77018027571C214d29
Octal26716030047127344111551
Binary1011011111100001100001001111010111111001000011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77018; }

 p { color: rgb(183,112,24); }

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

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

 a { background-color: rgb(183,112,24); }

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

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

 span { border-color: rgb(183,112,24); }

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