#B77029

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

Shades of Pirate Gold #B77029

Tints of Pirate Gold #B77029

Color information

#B77029 (or 0xB77029) is unknown color: approx Pirate Gold. HEX triplet: B7, 70 and 29. RGB value is (183,112,41). Sum of RGB (Red+Green+Blue) = 183+112+41=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B77029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77029 is #488FD6. Grayscale: #7D7D7D. Windows color (decimal): -4755415 or 2715831. OLE color: 2715831.

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

Color convert

RGB18311241-
CMYK00.390.780.28
HSL30º63.39%43.92%-
HSV(B)30º77.6%71.76%-
XYZ25.7221.824.95-
YUV125.1480.52169.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.46%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 12.20%
R=54.46%
G=33.33%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831124100.390.780.283063.3943.92
HexB770290274E1C1e3f2c
Octal2671605104711634367754
Binary101101111110000101001010011110011101110011110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77029; }

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

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

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

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

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

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

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

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