#BD7B1F

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

Shades of Pirate Gold #BD7B1F

Tints of Pirate Gold #BD7B1F

Color information

#BD7B1F (or 0xBD7B1F) is unknown color: approx Pirate Gold. HEX triplet: BD, 7B and 1F. RGB value is (189,123,31). Sum of RGB (Red+Green+Blue) = 189+123+31=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7B1F is #4284E0. Grayscale: #848484. Windows color (decimal): -4359393 or 2063293. OLE color: 2063293.

HSL color Cylindrical-coordinate representation of color #BD7B1F: hue angle of 34.94º 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 #BD7B1F is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18912331-
CMYK00.350.840.26
HSL34.94º71.82%43.14%-
HSV(B)34.94º83.6%74.12%-
XYZ28.3225.084.65-
YUV132.2570.87168.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 31 (12.5% from 255) = 9.04%
R=55.10%
G=35.86%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891233100.350.840.2634.9471.8243.14
HexBD7B1F023541A23482b
Octal27517337043124324311053
Binary1011110111110111111101000111010100110101000111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7B1F; }

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

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

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

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

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

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

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

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