Html Css Color HEX #BC6F18 Pirate Gold

📋 copy color: '#BC6F18'

red 188 ◦ green 111 ◦ blue 24

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

Shades of Pirate Gold #BC6F18

Tints of Pirate Gold #BC6F18

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.37%

 BLUE value IS 24 (9.77% from 255) = 7.43%

R = 58.2%
G = 34.37%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC6F18 (or 0xBC6F18) is known color: Pirate Gold. HEX triplet: BC, 6F and 18. RGB value is (188,111,24). Sum of RGB (Red+Green+Blue) = 188+111+24=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F18 is #4390E7. Grayscale: #7C7C7C. Windows color (decimal): -4428008 or 1601468. OLE color: 1601468.

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

Color convert

RGB 188 111 24 -
CMYK 0 0.41 0.87 0.26
HSL 31.83º 0.77% 0.42% -
HSV(B) 31.83º 0.87% 0.74% -
XYZ 26.59 22.13 3.73 -
YUV 124.11 71.51 173.57 -
System Red Green Blue C M Y K H S L
Decimal 188 111 24 0 0.41 0.87 0.26 31.83 0.77 0.42
Hex BC 6F 18 0 29 57 1A 20 4D 2A
Octal 274 157 30 0 51 127 32 40 115 52
Binary 10111100 1101111 11000 0 101001 1010111 11010 100000 1001101 101010

Color Harmonies of #BC6F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F18

Black with #BC6F18

Text Example


Text Example

White with #BC6F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F18; }

 p { color: rgb(188,111,24); }

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

background-color css

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

 a { background-color: rgb(188,111,24); }

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

border-color css

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

 span { border-color: rgb(188,111,24); }

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