Html Css Color HEX #BC6D1D Pirate Gold

📋 copy color: '#BC6D1D'

red 188 ◦ green 109 ◦ blue 29

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

Shades of Pirate Gold #BC6D1D

Tints of Pirate Gold #BC6D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.9%

R = 57.67%
G = 33.44%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC6D1D (or 0xBC6D1D) is known color: Pirate Gold. HEX triplet: BC, 6D and 1D. RGB value is (188,109,29). Sum of RGB (Red+Green+Blue) = 188+109+29=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D1D is #4392E2. Grayscale: #7B7B7B. Windows color (decimal): -4428515 or 1928636. OLE color: 1928636.

HSL color Cylindrical-coordinate representation of color #BC6D1D: hue angle of 30.19º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC6D1D is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 109 29 -
CMYK 0 0.42 0.85 0.26
HSL 30.19º 0.73% 0.43% -
HSV(B) 30.19º 0.85% 0.74% -
XYZ 26.43 21.72 3.96 -
YUV 123.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 188 109 29 0 0.42 0.85 0.26 30.19 0.73 0.43
Hex BC 6D 1D 0 2A 55 1A 1E 49 2B
Octal 274 155 35 0 52 125 32 36 111 53
Binary 10111100 1101101 11101 0 101010 1010101 11010 11110 1001001 101011

Color Harmonies of #BC6D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D1D

Black with #BC6D1D

Text Example


Text Example

White with #BC6D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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