Html Css Color HEX #BC6D1E Pirate Gold

📋 copy color: '#BC6D1E'

red 188 ◦ green 109 ◦ blue 30

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

Shades of Pirate Gold #BC6D1E

Tints of Pirate Gold #BC6D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.33%

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

R = 57.49%
G = 33.33%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC6D1E (or 0xBC6D1E) is known color: Pirate Gold. HEX triplet: BC, 6D and 1E. RGB value is (188,109,30). Sum of RGB (Red+Green+Blue) = 188+109+30=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D1E is #4392E1. Grayscale: #7C7C7C. Windows color (decimal): -4428514 or 1994172. OLE color: 1994172.

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

Color convert

RGB 188 109 30 -
CMYK 0 0.42 0.84 0.26
HSL 30º 0.72% 0.43% -
HSV(B) 30º 0.84% 0.74% -
XYZ 26.44 21.72 4.03 -
YUV 123.62 75.17 173.92 -
System Red Green Blue C M Y K H S L
Decimal 188 109 30 0 0.42 0.84 0.26 30 0.72 0.43
Hex BC 6D 1E 0 2A 54 1A 1E 48 2B
Octal 274 155 36 0 52 124 32 36 110 53
Binary 10111100 1101101 11110 0 101010 1010100 11010 11110 1001000 101011

Color Harmonies of #BC6D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D1E

Black with #BC6D1E

Text Example


Text Example

White with #BC6D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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