Html Css Color HEX #BC7518 Pirate Gold

📋 copy color: '#BC7518'

red 188 ◦ green 117 ◦ blue 24

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

Shades of Pirate Gold #BC7518

Tints of Pirate Gold #BC7518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

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

R = 57.14%
G = 35.56%
B = 7.29%

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

#BC7518 (or 0xBC7518) is known color: Pirate Gold. HEX triplet: BC, 75 and 18. RGB value is (188,117,24). Sum of RGB (Red+Green+Blue) = 188+117+24=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7518 is #438AE7. Grayscale: #808080. Windows color (decimal): -4426472 or 1603004. OLE color: 1603004.

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

Color convert

RGB 188 117 24 -
CMYK 0 0.38 0.87 0.26
HSL 34.02º 0.77% 0.42% -
HSV(B) 34.02º 0.87% 0.74% -
XYZ 27.27 23.48 3.96 -
YUV 127.63 69.52 171.06 -
System Red Green Blue C M Y K H S L
Decimal 188 117 24 0 0.38 0.87 0.26 34.02 0.77 0.42
Hex BC 75 18 0 26 57 1A 22 4D 2A
Octal 274 165 30 0 46 127 32 42 115 52
Binary 10111100 1110101 11000 0 100110 1010111 11010 100010 1001101 101010

Color Harmonies of #BC7518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7518

Black with #BC7518

Text Example


Text Example

White with #BC7518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7518; }

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

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

background-color css

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

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

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

border-color css

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

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

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