#B76714

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

Shades of Pirate Gold #B76714

Tints of Pirate Gold #B76714

Color information

#B76714 (or 0xB76714) is unknown color: approx Pirate Gold. HEX triplet: B7, 67 and 14. RGB value is (183,103,20). Sum of RGB (Red+Green+Blue) = 183+103+20=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B76714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76714 is #4898EB. Grayscale: #757575. Windows color (decimal): -4757740 or 1337271. OLE color: 1337271.

HSL color Cylindrical-coordinate representation of color #B76714: hue angle of 30.55º 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 #B76714 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB18310320-
CMYK00.440.890.28
HSL30.55º80.3%39.8%-
HSV(B)30.55º89.07%71.76%-
XYZ24.519.823.2-
YUV117.4673174.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.80%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=59.80%
G=33.66%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831032000.440.890.2830.5580.339.8
HexB7671402C591C1f5028
Octal26714724054131343712050
Binary101101111100111101000101100101100111100111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76714; }

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

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

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

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

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

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

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

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