Html Css Color HEX #BC7D1E Pirate Gold

📋 copy color: '#BC7D1E'

red 188 ◦ green 125 ◦ blue 30

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

Shades of Pirate Gold #BC7D1E

Tints of Pirate Gold #BC7D1E

RGB

 RED value IS 188 (73.83% from 255) = 54.81%

 GREEN value IS 125 (49.22% from 255) = 36.44%

 BLUE value IS 30 (12.11% from 255) = 8.75%

R = 54.81%
G = 36.44%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC7D1E (or 0xBC7D1E) is known color: Pirate Gold. HEX triplet: BC, 7D and 1E. RGB value is (188,125,30). Sum of RGB (Red+Green+Blue) = 188+125+30=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D1E is #4382E1. Grayscale: #858585. Windows color (decimal): -4424418 or 1998268. OLE color: 1998268.

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

Color convert

RGB 188 125 30 -
CMYK 0 0.34 0.84 0.26
HSL 36.08º 0.72% 0.43% -
HSV(B) 36.08º 0.84% 0.74% -
XYZ 28.31 25.45 4.65 -
YUV 133.01 69.87 167.22 -
System Red Green Blue C M Y K H S L
Decimal 188 125 30 0 0.34 0.84 0.26 36.08 0.72 0.43
Hex BC 7D 1E 0 22 54 1A 24 48 2B
Octal 274 175 36 0 42 124 32 44 110 53
Binary 10111100 1111101 11110 0 100010 1010100 11010 100100 1001000 101011

Color Harmonies of #BC7D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D1E

Black with #BC7D1E

Text Example


Text Example

White with #BC7D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D1E; }

 p { color: rgb(188,125,30); }

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

background-color css

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

 a { background-color: rgb(188,125,30); }

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

border-color css

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

 span { border-color: rgb(188,125,30); }

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