#B76A10

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

Shades of Pirate Gold #B76A10

Tints of Pirate Gold #B76A10

Color information

#B76A10 (or 0xB76A10) is unknown color: approx Pirate Gold. HEX triplet: B7, 6A and 10. RGB value is (183,106,16). Sum of RGB (Red+Green+Blue) = 183+106+16=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A10 is #4895EF. Grayscale: #777777. Windows color (decimal): -4756976 or 1075895. OLE color: 1075895.

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

Color convert

RGB18310616-
CMYK00.420.910.28
HSL32.34º83.92%39.02%-
HSV(B)32.34º91.26%71.76%-
XYZ24.7820.413.12-
YUV118.7670.01173.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=60%
G=34.75%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831061600.420.910.2832.3483.9239.02
HexB76A1002A5B1C205427
Octal26715220052133344012447
Binary1011011111010101000001010101011011111001000001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A10; }

 p { color: rgb(183,106,16); }

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

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

 a { background-color: rgb(183,106,16); }

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

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

 span { border-color: rgb(183,106,16); }

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