Html Css Color HEX #BC7517 Pirate Gold

📋 copy color: '#BC7517'

red 188 ◦ green 117 ◦ blue 23

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

Shades of Pirate Gold #BC7517

Tints of Pirate Gold #BC7517

RGB

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

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

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

R = 57.32%
G = 35.67%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC7517 (or 0xBC7517) is known color: Pirate Gold. HEX triplet: BC, 75 and 17. RGB value is (188,117,23). Sum of RGB (Red+Green+Blue) = 188+117+23=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7517 is #438AE8. Grayscale: #7F7F7F. Windows color (decimal): -4426473 or 1537468. OLE color: 1537468.

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

Color convert

RGB 188 117 23 -
CMYK 0 0.38 0.88 0.26
HSL 34.18º 0.78% 0.41% -
HSV(B) 34.18º 0.88% 0.74% -
XYZ 27.25 23.48 3.91 -
YUV 127.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 188 117 23 0 0.38 0.88 0.26 34.18 0.78 0.41
Hex BC 75 17 0 26 58 1A 22 4E 29
Octal 274 165 27 0 46 130 32 42 116 51
Binary 10111100 1110101 10111 0 100110 1011000 11010 100010 1001110 101001

Color Harmonies of #BC7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7517

Black with #BC7517

Text Example


Text Example

White with #BC7517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7517; }

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

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

background-color css

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

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

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

border-color css

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

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

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