Html Css Color HEX #BC801C Pirate Gold

📋 copy color: '#BC801C'

red 188 ◦ green 128 ◦ blue 28

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

Shades of Pirate Gold #BC801C

Tints of Pirate Gold #BC801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 54.65%
G = 37.21%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC801C (or 0xBC801C) is known color: Pirate Gold. HEX triplet: BC, 80 and 1C. RGB value is (188,128,28). Sum of RGB (Red+Green+Blue) = 188+128+28=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC801C is #437FE3. Grayscale: #878787. Windows color (decimal): -4423652 or 1867964. OLE color: 1867964.

HSL color Cylindrical-coordinate representation of color #BC801C: hue angle of 37.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC801C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 28 -
CMYK 0 0.32 0.85 0.26
HSL 37.5º 0.74% 0.42% -
HSV(B) 37.5º 0.85% 0.74% -
XYZ 28.67 26.21 4.65 -
YUV 134.54 67.88 166.13 -
System Red Green Blue C M Y K H S L
Decimal 188 128 28 0 0.32 0.85 0.26 37.5 0.74 0.42
Hex BC 80 1C 0 20 55 1A 26 4A 2A
Octal 274 200 34 0 40 125 32 46 112 52
Binary 10111100 10000000 11100 0 100000 1010101 11010 100110 1001010 101010

Color Harmonies of #BC801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC801C

Black with #BC801C

Text Example


Text Example

White with #BC801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC801C; }

 p { color: rgb(188,128,28); }

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

background-color css

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

 a { background-color: rgb(188,128,28); }

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

border-color css

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

 span { border-color: rgb(188,128,28); }

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