Html Css Color HEX #BC7918 Pirate Gold

📋 copy color: '#BC7918'

red 188 ◦ green 121 ◦ blue 24

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

Shades of Pirate Gold #BC7918

Tints of Pirate Gold #BC7918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

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

R = 56.46%
G = 36.34%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC7918 (or 0xBC7918) is known color: Pirate Gold. HEX triplet: BC, 79 and 18. RGB value is (188,121,24). Sum of RGB (Red+Green+Blue) = 188+121+24=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7918 is #4386E7. Grayscale: #828282. Windows color (decimal): -4425448 or 1604028. OLE color: 1604028.

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

Color convert

RGB 188 121 24 -
CMYK 0 0.36 0.87 0.26
HSL 35.49º 0.77% 0.42% -
HSV(B) 35.49º 0.87% 0.74% -
XYZ 27.74 24.43 4.12 -
YUV 129.98 68.2 169.39 -
System Red Green Blue C M Y K H S L
Decimal 188 121 24 0 0.36 0.87 0.26 35.49 0.77 0.42
Hex BC 79 18 0 24 57 1A 23 4D 2A
Octal 274 171 30 0 44 127 32 43 115 52
Binary 10111100 1111001 11000 0 100100 1010111 11010 100011 1001101 101010

Color Harmonies of #BC7918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7918

Black with #BC7918

Text Example


Text Example

White with #BC7918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7918; }

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

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

background-color css

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

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

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

border-color css

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

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

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