#B6741B

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

Shades of Pirate Gold #B6741B

Tints of Pirate Gold #B6741B

Color information

#B6741B (or 0xB6741B) is unknown color: approx Pirate Gold. HEX triplet: B6, 74 and 1B. RGB value is (182,116,27). Sum of RGB (Red+Green+Blue) = 182+116+27=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6741B is #498BE4. Grayscale: #7E7E7E. Windows color (decimal): -4819941 or 1799350. OLE color: 1799350.

HSL color Cylindrical-coordinate representation of color #B6741B: hue angle of 34.45º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6741B is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18211627-
CMYK00.360.850.29
HSL34.45º74.16%40.98%-
HSV(B)34.45º85.16%71.37%-
XYZ25.7322.514.03-
YUV125.5972.37168.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 27 (10.94% from 255) = 8.31%
R=56%
G=35.69%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821162700.360.850.2934.4574.1640.98
HexB6741B024551D224a29
Octal26616433044125354211251
Binary1011011011101001101101001001010101111011000101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6741B; }

 p { color: rgb(182,116,27); }

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

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

 a { background-color: rgb(182,116,27); }

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

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

 span { border-color: rgb(182,116,27); }

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