Html Css Color HEX #BC7E2C Pirate Gold

📋 copy color: '#BC7E2C'

red 188 ◦ green 126 ◦ blue 44

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

Shades of Pirate Gold #BC7E2C

Tints of Pirate Gold #BC7E2C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.2%

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 52.51%
G = 35.2%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC7E2C (or 0xBC7E2C) is known color: Pirate Gold. HEX triplet: BC, 7E and 2C. RGB value is (188,126,44). Sum of RGB (Red+Green+Blue) = 188+126+44=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E2C is #4381D3. Grayscale: #878787. Windows color (decimal): -4424148 or 2916028. OLE color: 2916028.

HSL color Cylindrical-coordinate representation of color #BC7E2C: hue angle of 34.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC7E2C is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 44 -
CMYK 0 0.33 0.77 0.26
HSL 34.17º 0.62% 0.45% -
HSV(B) 34.17º 0.77% 0.74% -
XYZ 28.65 25.79 5.85 -
YUV 135.19 76.54 165.67 -
System Red Green Blue C M Y K H S L
Decimal 188 126 44 0 0.33 0.77 0.26 34.17 0.62 0.45
Hex BC 7E 2C 0 21 4D 1A 22 3E 2D
Octal 274 176 54 0 41 115 32 42 76 55
Binary 10111100 1111110 101100 0 100001 1001101 11010 100010 111110 101101

Color Harmonies of #BC7E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E2C

Black with #BC7E2C

Text Example


Text Example

White with #BC7E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E2C; }

 p { color: rgb(188,126,44); }

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

background-color css

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

 a { background-color: rgb(188,126,44); }

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

border-color css

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

 span { border-color: rgb(188,126,44); }

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