#BD6F1F

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

Shades of Pirate Gold #BD6F1F

Tints of Pirate Gold #BD6F1F

Color information

#BD6F1F (or 0xBD6F1F) is unknown color: approx Pirate Gold. HEX triplet: BD, 6F and 1F. RGB value is (189,111,31). Sum of RGB (Red+Green+Blue) = 189+111+31=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6F1F is #4290E0. Grayscale: #7D7D7D. Windows color (decimal): -4362465 or 2060221. OLE color: 2060221.

HSL color Cylindrical-coordinate representation of color #BD6F1F: hue angle of 30.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD6F1F is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18911131-
CMYK00.410.840.26
HSL30.38º71.82%43.14%-
HSV(B)30.38º83.6%74.12%-
XYZ26.9222.294.18-
YUV125.274.84173.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 31 (12.5% from 255) = 9.37%
R=57.10%
G=33.53%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891113100.410.840.2630.3871.8243.14
HexBD6F1F029541A1e482b
Octal27515737051124323611053
Binary101111011101111111110101001101010011010111101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6F1F; }

 p { color: rgb(189,111,31); }

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

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

 a { background-color: rgb(189,111,31); }

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

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

 span { border-color: rgb(189,111,31); }

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