Html Css Color HEX #BC6B19 Pirate Gold

📋 copy color: '#BC6B19'

red 188 ◦ green 107 ◦ blue 25

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

Shades of Pirate Gold #BC6B19

Tints of Pirate Gold #BC6B19

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

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

R = 58.75%
G = 33.44%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC6B19 (or 0xBC6B19) is known color: Pirate Gold. HEX triplet: BC, 6B and 19. RGB value is (188,107,25). Sum of RGB (Red+Green+Blue) = 188+107+25=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B19 is #4394E6. Grayscale: #7A7A7A. Windows color (decimal): -4429031 or 1665980. OLE color: 1665980.

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

Color convert

RGB 188 107 25 -
CMYK 0 0.43 0.87 0.26
HSL 30.18º 0.77% 0.42% -
HSV(B) 30.18º 0.87% 0.74% -
XYZ 26.17 21.28 3.65 -
YUV 121.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 188 107 25 0 0.43 0.87 0.26 30.18 0.77 0.42
Hex BC 6B 19 0 2B 57 1A 1E 4D 2A
Octal 274 153 31 0 53 127 32 36 115 52
Binary 10111100 1101011 11001 0 101011 1010111 11010 11110 1001101 101010

Color Harmonies of #BC6B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B19

Black with #BC6B19

Text Example


Text Example

White with #BC6B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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