Html Css Color HEX #BC801E Pirate Gold

📋 copy color: '#BC801E'

red 188 ◦ green 128 ◦ blue 30

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

Shades of Pirate Gold #BC801E

Tints of Pirate Gold #BC801E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 54.34%
G = 36.99%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC801E (or 0xBC801E) is known color: Pirate Gold. HEX triplet: BC, 80 and 1E. RGB value is (188,128,30). Sum of RGB (Red+Green+Blue) = 188+128+30=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC801E is #437FE1. Grayscale: #878787. Windows color (decimal): -4423650 or 1999036. OLE color: 1999036.

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

Color convert

RGB 188 128 30 -
CMYK 0 0.32 0.84 0.26
HSL 37.22º 0.72% 0.43% -
HSV(B) 37.22º 0.84% 0.74% -
XYZ 28.69 26.22 4.78 -
YUV 134.77 68.88 165.97 -
System Red Green Blue C M Y K H S L
Decimal 188 128 30 0 0.32 0.84 0.26 37.22 0.72 0.43
Hex BC 80 1E 0 20 54 1A 25 48 2B
Octal 274 200 36 0 40 124 32 45 110 53
Binary 10111100 10000000 11110 0 100000 1010100 11010 100101 1001000 101011

Color Harmonies of #BC801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC801E

Black with #BC801E

Text Example


Text Example

White with #BC801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC801E; }

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

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

background-color css

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

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

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

border-color css

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

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

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