Html Css Color HEX #BC7017 Pirate Gold

📋 copy color: '#BC7017'

red 188 ◦ green 112 ◦ blue 23

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

Shades of Pirate Gold #BC7017

Tints of Pirate Gold #BC7017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 23 (9.38% from 255) = 7.12%

R = 58.2%
G = 34.67%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC7017 (or 0xBC7017) is known color: Pirate Gold. HEX triplet: BC, 70 and 17. RGB value is (188,112,23). Sum of RGB (Red+Green+Blue) = 188+112+23=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7017 is #438FE8. Grayscale: #7D7D7D. Windows color (decimal): -4427753 or 1536188. OLE color: 1536188.

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

Color convert

RGB 188 112 23 -
CMYK 0 0.40 0.88 0.26
HSL 32.36º 0.78% 0.41% -
HSV(B) 32.36º 0.88% 0.74% -
XYZ 26.69 22.34 3.72 -
YUV 124.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 188 112 23 0 0.40 0.88 0.26 32.36 0.78 0.41
Hex BC 70 17 0 28 58 1A 20 4E 29
Octal 274 160 27 0 50 130 32 40 116 51
Binary 10111100 1110000 10111 0 101000 1011000 11010 100000 1001110 101001

Color Harmonies of #BC7017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7017

Black with #BC7017

Text Example


Text Example

White with #BC7017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7017; }

 p { color: rgb(188,112,23); }

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

background-color css

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

 a { background-color: rgb(188,112,23); }

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

border-color css

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

 span { border-color: rgb(188,112,23); }

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