#B76914

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

Shades of Pirate Gold #B76914

Tints of Pirate Gold #B76914

Color information

#B76914 (or 0xB76914) is unknown color: approx Pirate Gold. HEX triplet: B7, 69 and 14. RGB value is (183,105,20). Sum of RGB (Red+Green+Blue) = 183+105+20=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B76914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76914 is #4896EB. Grayscale: #777777. Windows color (decimal): -4757228 or 1337783. OLE color: 1337783.

HSL color Cylindrical-coordinate representation of color #B76914: hue angle of 31.29º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B76914 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB18310520-
CMYK00.430.890.28
HSL31.29º80.3%39.8%-
HSV(B)31.29º89.07%71.76%-
XYZ24.7120.223.26-
YUV118.6372.34173.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.42%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 20 (8.20% from 255) = 6.49%
R=59.42%
G=34.09%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831052000.430.890.2831.2980.339.8
HexB7691402B591C1f5028
Octal26715124053131343712050
Binary101101111101001101000101011101100111100111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76914; }

 p { color: rgb(183,105,20); }

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

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

 a { background-color: rgb(183,105,20); }

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

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

 span { border-color: rgb(183,105,20); }

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