Html Css Color HEX #BC7118 Pirate Gold

📋 copy color: '#BC7118'

red 188 ◦ green 113 ◦ blue 24

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

Shades of Pirate Gold #BC7118

Tints of Pirate Gold #BC7118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 57.85%
G = 34.77%
B = 7.38%

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

#BC7118 (or 0xBC7118) is known color: Pirate Gold. HEX triplet: BC, 71 and 18. RGB value is (188,113,24). Sum of RGB (Red+Green+Blue) = 188+113+24=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7118 is #438EE7. Grayscale: #7D7D7D. Windows color (decimal): -4427496 or 1601980. OLE color: 1601980.

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

Color convert

RGB 188 113 24 -
CMYK 0 0.40 0.87 0.26
HSL 32.56º 0.77% 0.42% -
HSV(B) 32.56º 0.87% 0.74% -
XYZ 26.81 22.57 3.81 -
YUV 125.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 188 113 24 0 0.40 0.87 0.26 32.56 0.77 0.42
Hex BC 71 18 0 28 57 1A 21 4D 2A
Octal 274 161 30 0 50 127 32 41 115 52
Binary 10111100 1110001 11000 0 101000 1010111 11010 100001 1001101 101010

Color Harmonies of #BC7118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7118

Black with #BC7118

Text Example


Text Example

White with #BC7118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7118; }

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

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

background-color css

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

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

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

border-color css

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

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

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