#B77026

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

Shades of Pirate Gold #B77026

Tints of Pirate Gold #B77026

Color information

#B77026 (or 0xB77026) is unknown color: approx Pirate Gold. HEX triplet: B7, 70 and 26. RGB value is (183,112,38). Sum of RGB (Red+Green+Blue) = 183+112+38=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B77026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77026 is #488FD9. Grayscale: #7D7D7D. Windows color (decimal): -4755418 or 2519223. OLE color: 2519223.

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

Color convert

RGB18311238-
CMYK00.390.790.28
HSL30.62º65.61%43.33%-
HSV(B)30.62º79.23%71.76%-
XYZ25.6721.84.69-
YUV124.7979.02169.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 38 (15.23% from 255) = 11.41%
R=54.95%
G=33.63%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831123800.390.790.2830.6265.6143.33
HexB770260274F1C1f422b
Octal26716046047117343710253
Binary1011011111100001001100100111100111111100111111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77026; }

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

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

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

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

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

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

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

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