#B9721B

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

Shades of Pirate Gold #B9721B

Tints of Pirate Gold #B9721B

Color information

#B9721B (or 0xB9721B) is unknown color: approx Pirate Gold. HEX triplet: B9, 72 and 1B. RGB value is (185,114,27). Sum of RGB (Red+Green+Blue) = 185+114+27=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9721B is #468DE4. Grayscale: #7D7D7D. Windows color (decimal): -4623845 or 1798841. OLE color: 1798841.

HSL color Cylindrical-coordinate representation of color #B9721B: hue angle of 33.04º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9721B is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB18511427-
CMYK00.380.850.27
HSL33.04º74.53%41.57%-
HSV(B)33.04º85.41%72.55%-
XYZ26.2222.433.98-
YUV125.3172.52170.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 27 (10.94% from 255) = 8.28%
R=56.75%
G=34.97%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851142700.380.850.2733.0474.5341.57
HexB9721B026551B214b2a
Octal27116233046125334111352
Binary1011100111100101101101001101010101110111000011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9721B; }

 p { color: rgb(185,114,27); }

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

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

 a { background-color: rgb(185,114,27); }

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

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

 span { border-color: rgb(185,114,27); }

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