Html Css Color HEX #BD7E1A Pirate Gold

📋 copy color: '#BD7E1A'

red 189 ◦ green 126 ◦ blue 26

#BD7E1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pirate Gold #BD7E1A

Tints of Pirate Gold #BD7E1A

RGB

 RED value IS 189 (74.22% from 255) = 55.43%

 GREEN value IS 126 (49.61% from 255) = 36.95%

 BLUE value IS 26 (10.55% from 255) = 7.62%

R = 55.43%
G = 36.95%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD7E1A (or 0xBD7E1A) is known color: Pirate Gold. HEX triplet: BD, 7E and 1A. RGB value is (189,126,26). Sum of RGB (Red+Green+Blue) = 189+126+26=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E1A is #4281E5. Grayscale: #858585. Windows color (decimal): -4358630 or 1736381. OLE color: 1736381.

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

Color convert

RGB 189 126 26 -
CMYK 0 0.33 0.86 0.26
HSL 36.81º 0.76% 0.42% -
HSV(B) 36.81º 0.86% 0.74% -
XYZ 28.63 25.82 4.45 -
YUV 133.44 67.37 167.63 -
System Red Green Blue C M Y K H S L
Decimal 189 126 26 0 0.33 0.86 0.26 36.81 0.76 0.42
Hex BD 7E 1A 0 21 56 1A 25 4C 2A
Octal 275 176 32 0 41 126 32 45 114 52
Binary 10111101 1111110 11010 0 100001 1010110 11010 100101 1001100 101010

Color Harmonies of #BD7E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E1A

Black with #BD7E1A

Text Example


Text Example

White with #BD7E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E1A; }

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

 H1.HeaderClassName
 {
   color: #BD7E1A;
 }
 .AnyTagClassName
 {
   color: #BD7E1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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