Html Css Color HEX #BC7418 Pirate Gold

📋 copy color: '#BC7418'

red 188 ◦ green 116 ◦ blue 24

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

Shades of Pirate Gold #BC7418

Tints of Pirate Gold #BC7418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

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

R = 57.32%
G = 35.37%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC7418 (or 0xBC7418) is known color: Pirate Gold. HEX triplet: BC, 74 and 18. RGB value is (188,116,24). Sum of RGB (Red+Green+Blue) = 188+116+24=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7418 is #438BE7. Grayscale: #7F7F7F. Windows color (decimal): -4426728 or 1602748. OLE color: 1602748.

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

Color convert

RGB 188 116 24 -
CMYK 0 0.38 0.87 0.26
HSL 33.66º 0.77% 0.42% -
HSV(B) 33.66º 0.87% 0.74% -
XYZ 27.15 23.25 3.92 -
YUV 127.04 69.85 171.48 -
System Red Green Blue C M Y K H S L
Decimal 188 116 24 0 0.38 0.87 0.26 33.66 0.77 0.42
Hex BC 74 18 0 26 57 1A 22 4D 2A
Octal 274 164 30 0 46 127 32 42 115 52
Binary 10111100 1110100 11000 0 100110 1010111 11010 100010 1001101 101010

Color Harmonies of #BC7418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7418

Black with #BC7418

Text Example


Text Example

White with #BC7418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7418; }

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

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

background-color css

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

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

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

border-color css

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

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

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