Html Css Color HEX #BC7C1D Pirate Gold

📋 copy color: '#BC7C1D'

red 188 ◦ green 124 ◦ blue 29

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

Shades of Pirate Gold #BC7C1D

Tints of Pirate Gold #BC7C1D

RGB

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

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

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

R = 55.13%
G = 36.36%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC7C1D (or 0xBC7C1D) is known color: Pirate Gold. HEX triplet: BC, 7C and 1D. RGB value is (188,124,29). Sum of RGB (Red+Green+Blue) = 188+124+29=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C1D is #4383E2. Grayscale: #848484. Windows color (decimal): -4424675 or 1932476. OLE color: 1932476.

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

Color convert

RGB 188 124 29 -
CMYK 0 0.34 0.85 0.26
HSL 35.85º 0.73% 0.43% -
HSV(B) 35.85º 0.85% 0.74% -
XYZ 28.17 25.2 4.54 -
YUV 132.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 188 124 29 0 0.34 0.85 0.26 35.85 0.73 0.43
Hex BC 7C 1D 0 22 55 1A 24 49 2B
Octal 274 174 35 0 42 125 32 44 111 53
Binary 10111100 1111100 11101 0 100010 1010101 11010 100100 1001001 101011

Color Harmonies of #BC7C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C1D

Black with #BC7C1D

Text Example


Text Example

White with #BC7C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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