#B77A29

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

Shades of Pirate Gold #B77A29

Tints of Pirate Gold #B77A29

Color information

#B77A29 (or 0xB77A29) is unknown color: approx Pirate Gold. HEX triplet: B7, 7A and 29. RGB value is (183,122,41). Sum of RGB (Red+Green+Blue) = 183+122+41=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A29 is #4885D6. Grayscale: #838383. Windows color (decimal): -4752855 or 2718391. OLE color: 2718391.

HSL color Cylindrical-coordinate representation of color #B77A29: hue angle of 34.23º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B77A29 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB18312241-
CMYK00.330.780.28
HSL34.23º63.39%43.92%-
HSV(B)34.23º77.6%71.76%-
XYZ26.8924.155.34-
YUV13177.21165.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 41 (16.41% from 255) = 11.85%
R=52.89%
G=35.26%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831224100.330.780.2834.2363.3943.92
HexB77A290214E1C223f2c
Octal2671725104111634427754
Binary1011011111110101010010100001100111011100100010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A29; }

 p { color: rgb(183,122,41); }

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

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

 a { background-color: rgb(183,122,41); }

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

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

 span { border-color: rgb(183,122,41); }

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