Html Css Color HEX #BC7319 Pirate Gold

📋 copy color: '#BC7319'

red 188 ◦ green 115 ◦ blue 25

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

Shades of Pirate Gold #BC7319

Tints of Pirate Gold #BC7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.06%

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 57.32%
G = 35.06%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC7319 (or 0xBC7319) is known color: Pirate Gold. HEX triplet: BC, 73 and 19. RGB value is (188,115,25). Sum of RGB (Red+Green+Blue) = 188+115+25=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7319 is #438CE6. Grayscale: #7F7F7F. Windows color (decimal): -4426983 or 1668028. OLE color: 1668028.

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

Color convert

RGB 188 115 25 -
CMYK 0 0.39 0.87 0.26
HSL 33.13º 0.77% 0.42% -
HSV(B) 33.13º 0.87% 0.74% -
XYZ 27.05 23.02 3.94 -
YUV 126.57 70.68 171.82 -
System Red Green Blue C M Y K H S L
Decimal 188 115 25 0 0.39 0.87 0.26 33.13 0.77 0.42
Hex BC 73 19 0 27 57 1A 21 4D 2A
Octal 274 163 31 0 47 127 32 41 115 52
Binary 10111100 1110011 11001 0 100111 1010111 11010 100001 1001101 101010

Color Harmonies of #BC7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7319

Black with #BC7319

Text Example


Text Example

White with #BC7319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7319; }

 p { color: rgb(188,115,25); }

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

background-color css

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

 a { background-color: rgb(188,115,25); }

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

border-color css

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

 span { border-color: rgb(188,115,25); }

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