Html Css Color HEX #BC6D1B Pirate Gold

📋 copy color: '#BC6D1B'

red 188 ◦ green 109 ◦ blue 27

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

Shades of Pirate Gold #BC6D1B

Tints of Pirate Gold #BC6D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 58.02%
G = 33.64%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC6D1B (or 0xBC6D1B) is known color: Pirate Gold. HEX triplet: BC, 6D and 1B. RGB value is (188,109,27). Sum of RGB (Red+Green+Blue) = 188+109+27=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D1B is #4392E4. Grayscale: #7B7B7B. Windows color (decimal): -4428517 or 1797564. OLE color: 1797564.

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

Color convert

RGB 188 109 27 -
CMYK 0 0.42 0.86 0.26
HSL 30.56º 0.75% 0.42% -
HSV(B) 30.56º 0.86% 0.74% -
XYZ 26.41 21.71 3.84 -
YUV 123.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 188 109 27 0 0.42 0.86 0.26 30.56 0.75 0.42
Hex BC 6D 1B 0 2A 56 1A 1F 4B 2A
Octal 274 155 33 0 52 126 32 37 113 52
Binary 10111100 1101101 11011 0 101010 1010110 11010 11111 1001011 101010

Color Harmonies of #BC6D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D1B

Black with #BC6D1B

Text Example


Text Example

White with #BC6D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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