Html Css Color HEX #BC7119 Pirate Gold

📋 copy color: '#BC7119'

red 188 ◦ green 113 ◦ blue 25

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

Shades of Pirate Gold #BC7119

Tints of Pirate Gold #BC7119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 25 (10.16% from 255) = 7.67%

R = 57.67%
G = 34.66%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC7119 (or 0xBC7119) is known color: Pirate Gold. HEX triplet: BC, 71 and 19. RGB value is (188,113,25). Sum of RGB (Red+Green+Blue) = 188+113+25=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7119 is #438EE6. Grayscale: #7D7D7D. Windows color (decimal): -4427495 or 1667516. OLE color: 1667516.

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

Color convert

RGB 188 113 25 -
CMYK 0 0.40 0.87 0.26
HSL 32.39º 0.77% 0.42% -
HSV(B) 32.39º 0.87% 0.74% -
XYZ 26.82 22.57 3.86 -
YUV 125.39 71.35 172.66 -
System Red Green Blue C M Y K H S L
Decimal 188 113 25 0 0.40 0.87 0.26 32.39 0.77 0.42
Hex BC 71 19 0 28 57 1A 20 4D 2A
Octal 274 161 31 0 50 127 32 40 115 52
Binary 10111100 1110001 11001 0 101000 1010111 11010 100000 1001101 101010

Color Harmonies of #BC7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7119

Black with #BC7119

Text Example


Text Example

White with #BC7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7119; }

 p { color: rgb(188,113,25); }

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

background-color css

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

 a { background-color: rgb(188,113,25); }

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

border-color css

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

 span { border-color: rgb(188,113,25); }

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