#B7722A

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

Shades of Pirate Gold #B7722A

Tints of Pirate Gold #B7722A

Color information

#B7722A (or 0xB7722A) is unknown color: approx Pirate Gold. HEX triplet: B7, 72 and 2A. RGB value is (183,114,42). Sum of RGB (Red+Green+Blue) = 183+114+42=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7722A is #488DD5. Grayscale: #7E7E7E. Windows color (decimal): -4754902 or 2781879. OLE color: 2781879.

HSL color Cylindrical-coordinate representation of color #B7722A: hue angle of 30.64º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7722A is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18311442-
CMYK00.380.770.28
HSL30.64º62.67%44.12%-
HSV(B)30.64º77.05%71.76%-
XYZ25.9622.275.12-
YUV126.4280.36168.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 42 (16.80% from 255) = 12.39%
R=53.98%
G=33.63%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831144200.380.770.2830.6462.6744.12
HexB7722A0264D1C1f3f2c
Octal2671625204611534377754
Binary101101111110010101010010011010011011110011111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7722A; }

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

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

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

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

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

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

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

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