#B77626

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

Shades of Pirate Gold #B77626

Tints of Pirate Gold #B77626

Color information

#B77626 (or 0xB77626) is unknown color: approx Pirate Gold. HEX triplet: B7, 76 and 26. RGB value is (183,118,38). Sum of RGB (Red+Green+Blue) = 183+118+38=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B77626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77626 is #4889D9. Grayscale: #808080. Windows color (decimal): -4753882 or 2520759. OLE color: 2520759.

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

Color convert

RGB18311838-
CMYK00.360.790.28
HSL33.1º65.61%43.33%-
HSV(B)33.1º79.23%71.76%-
XYZ26.3623.164.92-
YUV128.3277.03167-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 38 (15.23% from 255) = 11.21%
R=53.98%
G=34.81%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831183800.360.790.2833.165.6143.33
HexB776260244F1C21422b
Octal26716646044117344110253
Binary10110111111011010011001001001001111111001000011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77626; }

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

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

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

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

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

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

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

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