#B77229

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

Shades of Pirate Gold #B77229

Tints of Pirate Gold #B77229

Color information

#B77229 (or 0xB77229) is unknown color: approx Pirate Gold. HEX triplet: B7, 72 and 29. RGB value is (183,114,41). Sum of RGB (Red+Green+Blue) = 183+114+41=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B77229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77229 is #488DD6. Grayscale: #7E7E7E. Windows color (decimal): -4754903 or 2716343. OLE color: 2716343.

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

Color convert

RGB18311441-
CMYK00.380.780.28
HSL30.85º63.39%43.92%-
HSV(B)30.85º77.6%71.76%-
XYZ25.9522.265.03-
YUV126.3179.86168.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.14%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 41 (16.41% from 255) = 12.13%
R=54.14%
G=33.73%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831144100.380.780.2830.8563.3943.92
HexB772290264E1C1f3f2c
Octal2671625104611634377754
Binary101101111110010101001010011010011101110011111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77229; }

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

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

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

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

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

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

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

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