#BF7E22

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

Shades of Pirate Gold #BF7E22

Tints of Pirate Gold #BF7E22

Color information

#BF7E22 (or 0xBF7E22) is unknown color: approx Pirate Gold. HEX triplet: BF, 7E and 22. RGB value is (191,126,34). Sum of RGB (Red+Green+Blue) = 191+126+34=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E22 is #4081DD. Grayscale: #878787. Windows color (decimal): -4227550 or 2260671. OLE color: 2260671.

HSL color Cylindrical-coordinate representation of color #BF7E22: hue angle of 35.16º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF7E22 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19112634-
CMYK00.340.820.25
HSL35.16º69.78%44.12%-
HSV(B)35.16º82.2%74.9%-
XYZ29.2426.115.01-
YUV134.9571.03167.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.42%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 34 (13.67% from 255) = 9.69%
R=54.42%
G=35.90%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911263400.340.820.2535.1669.7844.12
HexBF7E22022521923462c
Octal27717642042122314310654
Binary10111111111111010001001000101010010110011000111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E22; }

 p { color: rgb(191,126,34); }

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

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

 a { background-color: rgb(191,126,34); }

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

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

 span { border-color: rgb(191,126,34); }

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