Html Css Color HEX #BD7C1A Pirate Gold

📋 copy color: '#BD7C1A'

red 189 ◦ green 124 ◦ blue 26

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

Shades of Pirate Gold #BD7C1A

Tints of Pirate Gold #BD7C1A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

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

R = 55.75%
G = 36.58%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD7C1A (or 0xBD7C1A) is known color: Pirate Gold. HEX triplet: BD, 7C and 1A. RGB value is (189,124,26). Sum of RGB (Red+Green+Blue) = 189+124+26=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C1A is #4283E5. Grayscale: #848484. Windows color (decimal): -4359142 or 1735869. OLE color: 1735869.

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

Color convert

RGB 189 124 26 -
CMYK 0 0.34 0.86 0.26
HSL 36.07º 0.76% 0.42% -
HSV(B) 36.07º 0.86% 0.74% -
XYZ 28.38 25.31 4.37 -
YUV 132.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 189 124 26 0 0.34 0.86 0.26 36.07 0.76 0.42
Hex BD 7C 1A 0 22 56 1A 24 4C 2A
Octal 275 174 32 0 42 126 32 44 114 52
Binary 10111101 1111100 11010 0 100010 1010110 11010 100100 1001100 101010

Color Harmonies of #BD7C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C1A

Black with #BD7C1A

Text Example


Text Example

White with #BD7C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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