#B77326

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

Shades of Pirate Gold #B77326

Tints of Pirate Gold #B77326

Color information

#B77326 (or 0xB77326) is unknown color: approx Pirate Gold. HEX triplet: B7, 73 and 26. RGB value is (183,115,38). Sum of RGB (Red+Green+Blue) = 183+115+38=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B77326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77326 is #488CD9. Grayscale: #7E7E7E. Windows color (decimal): -4754650 or 2519991. OLE color: 2519991.

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

Color convert

RGB18311538-
CMYK00.370.790.28
HSL31.86º65.61%43.33%-
HSV(B)31.86º79.23%71.76%-
XYZ26.0122.474.8-
YUV126.5578.03168.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.46%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 38 (15.23% from 255) = 11.31%
R=54.46%
G=34.23%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831153800.370.790.2831.8665.6143.33
HexB773260254F1C20422b
Octal26716346045117344010253
Binary10110111111001110011001001011001111111001000001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77326; }

 p { color: rgb(183,115,38); }

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

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

 a { background-color: rgb(183,115,38); }

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

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

 span { border-color: rgb(183,115,38); }

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