#B77225

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

Shades of Pirate Gold #B77225

Tints of Pirate Gold #B77225

Color information

#B77225 (or 0xB77225) is unknown color: approx Pirate Gold. HEX triplet: B7, 72 and 25. RGB value is (183,114,37). Sum of RGB (Red+Green+Blue) = 183+114+37=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B77225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77225 is #488DDA. Grayscale: #7E7E7E. Windows color (decimal): -4754907 or 2454199. OLE color: 2454199.

HSL color Cylindrical-coordinate representation of color #B77225: hue angle of 31.64º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B77225 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB18311437-
CMYK00.380.800.28
HSL31.64º66.36%43.14%-
HSV(B)31.64º79.78%71.76%-
XYZ25.8822.244.68-
YUV125.8577.86168.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.79%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 37 (14.84% from 255) = 11.08%
R=54.79%
G=34.13%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831143700.380.800.2831.6466.3643.14
HexB77225026501C20422b
Octal26716245046120344010253
Binary10110111111001010010101001101010000111001000001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77225; }

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

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

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

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

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

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

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

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