#B77228

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

Shades of Pirate Gold #B77228

Tints of Pirate Gold #B77228

Color information

#B77228 (or 0xB77228) is unknown color: approx Pirate Gold. HEX triplet: B7, 72 and 28. RGB value is (183,114,40). Sum of RGB (Red+Green+Blue) = 183+114+40=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B77228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77228 is #488DD7. Grayscale: #7E7E7E. Windows color (decimal): -4754904 or 2650807. OLE color: 2650807.

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

Color convert

RGB18311440-
CMYK00.380.780.28
HSL31.05º64.13%43.73%-
HSV(B)31.05º78.14%71.76%-
XYZ25.9322.264.94-
YUV126.279.36168.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 40 (16.02% from 255) = 11.87%
R=54.30%
G=33.83%
B=11.87%

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
Decimal1831144000.380.780.2831.0564.1343.73
HexB772280264E1C1f402c
Octal26716250046116343710054
Binary1011011111100101010000100110100111011100111111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77228; }

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

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

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

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

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

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

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

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