#B5761B

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

Shades of Pirate Gold #B5761B

Tints of Pirate Gold #B5761B

Color information

#B5761B (or 0xB5761B) is unknown color: approx Pirate Gold. HEX triplet: B5, 76 and 1B. RGB value is (181,118,27). Sum of RGB (Red+Green+Blue) = 181+118+27=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5761B is #4A89E4. Grayscale: #7E7E7E. Windows color (decimal): -4884965 or 1799861. OLE color: 1799861.

HSL color Cylindrical-coordinate representation of color #B5761B: hue angle of 35.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 #B5761B is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB18111827-
CMYK00.350.850.29
HSL35.45º74.04%40.78%-
HSV(B)35.45º85.08%70.98%-
XYZ25.7322.864.09-
YUV126.4671.87166.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 27 (10.94% from 255) = 8.28%
R=55.52%
G=36.20%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811182700.350.850.2935.4574.0440.78
HexB5761B023551D234a29
Octal26516633043125354311251
Binary1011010111101101101101000111010101111011000111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5761B; }

 p { color: rgb(181,118,27); }

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

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

 a { background-color: rgb(181,118,27); }

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

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

 span { border-color: rgb(181,118,27); }

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