#B77926

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

Shades of Pirate Gold #B77926

Tints of Pirate Gold #B77926

Color information

#B77926 (or 0xB77926) is unknown color: approx Pirate Gold. HEX triplet: B7, 79 and 26. RGB value is (183,121,38). Sum of RGB (Red+Green+Blue) = 183+121+38=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B77926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77926 is #4886D9. Grayscale: #828282. Windows color (decimal): -4753114 or 2521527. OLE color: 2521527.

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

Color convert

RGB18312138-
CMYK00.340.790.28
HSL34.34º65.61%43.33%-
HSV(B)34.34º79.23%71.76%-
XYZ26.7223.885.04-
YUV130.0876.04165.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.51%
GREEN value IS 121 (47.66% from 255) = 35.38%
BLUE value IS 38 (15.23% from 255) = 11.11%
R=53.51%
G=35.38%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831213800.340.790.2834.3465.6143.33
HexB779260224F1C22422b
Octal26717146042117344210253
Binary10110111111100110011001000101001111111001000101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77926; }

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

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

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

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

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

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

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

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