#BF791C

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

Shades of Pirate Gold #BF791C

Tints of Pirate Gold #BF791C

Color information

#BF791C (or 0xBF791C) is unknown color: approx Pirate Gold. HEX triplet: BF, 79 and 1C. RGB value is (191,121,28). Sum of RGB (Red+Green+Blue) = 191+121+28=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF791C is #4086E3. Grayscale: #838383. Windows color (decimal): -4228836 or 1866175. OLE color: 1866175.

HSL color Cylindrical-coordinate representation of color #BF791C: hue angle of 34.23º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF791C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19112128-
CMYK00.370.850.25
HSL34.23º74.43%42.94%-
HSV(B)34.23º85.34%74.9%-
XYZ28.5324.834.39-
YUV131.3369.69170.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.18%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 28 (11.33% from 255) = 8.24%
R=56.18%
G=35.59%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911212800.370.850.2534.2374.4342.94
HexBF791C0255519224a2b
Octal27717134045125314211253
Binary1011111111110011110001001011010101110011000101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF791C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF791C; }

 p { color: rgb(191,121,28); }

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

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

 a { background-color: rgb(191,121,28); }

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

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

 span { border-color: rgb(191,121,28); }

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