#BD6F1A

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

Shades of Pirate Gold #BD6F1A

Tints of Pirate Gold #BD6F1A

Color information

#BD6F1A (or 0xBD6F1A) is unknown color: approx Pirate Gold. HEX triplet: BD, 6F and 1A. RGB value is (189,111,26). Sum of RGB (Red+Green+Blue) = 189+111+26=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6F1A is #4290E5. Grayscale: #7D7D7D. Windows color (decimal): -4362470 or 1732541. OLE color: 1732541.

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

Color convert

RGB18911126-
CMYK00.410.860.26
HSL31.29º75.81%42.16%-
HSV(B)31.29º86.24%74.12%-
XYZ26.8622.263.86-
YUV124.6372.34173.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 26 (10.55% from 255) = 7.98%
R=57.98%
G=34.05%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891112600.410.860.2631.2975.8142.16
HexBD6F1A029561A1f4c2a
Octal27515732051126323711452
Binary101111011101111110100101001101011011010111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6F1A; }

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

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

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

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

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

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

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

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