Html Css Color HEX #BC7919 Pirate Gold

📋 copy color: '#BC7919'

red 188 ◦ green 121 ◦ blue 25

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

Shades of Pirate Gold #BC7919

Tints of Pirate Gold #BC7919

RGB

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

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

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

R = 56.29%
G = 36.23%
B = 7.49%

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

#BC7919 (or 0xBC7919) is known color: Pirate Gold. HEX triplet: BC, 79 and 19. RGB value is (188,121,25). Sum of RGB (Red+Green+Blue) = 188+121+25=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7919 is #4386E6. Grayscale: #828282. Windows color (decimal): -4425447 or 1669564. OLE color: 1669564.

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

Color convert

RGB 188 121 25 -
CMYK 0 0.36 0.87 0.26
HSL 35.34º 0.77% 0.42% -
HSV(B) 35.34º 0.87% 0.74% -
XYZ 27.75 24.44 4.17 -
YUV 130.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 188 121 25 0 0.36 0.87 0.26 35.34 0.77 0.42
Hex BC 79 19 0 24 57 1A 23 4D 2A
Octal 274 171 31 0 44 127 32 43 115 52
Binary 10111100 1111001 11001 0 100100 1010111 11010 100011 1001101 101010

Color Harmonies of #BC7919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7919

Black with #BC7919

Text Example


Text Example

White with #BC7919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7919; }

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

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

background-color css

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

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

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

border-color css

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

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

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