Html Css Color HEX #BC7C1E Pirate Gold

📋 copy color: '#BC7C1E'

red 188 ◦ green 124 ◦ blue 30

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

Shades of Pirate Gold #BC7C1E

Tints of Pirate Gold #BC7C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.26%

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

R = 54.97%
G = 36.26%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC7C1E (or 0xBC7C1E) is known color: Pirate Gold. HEX triplet: BC, 7C and 1E. RGB value is (188,124,30). Sum of RGB (Red+Green+Blue) = 188+124+30=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C1E is #4383E1. Grayscale: #848484. Windows color (decimal): -4424674 or 1998012. OLE color: 1998012.

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

Color convert

RGB 188 124 30 -
CMYK 0 0.34 0.84 0.26
HSL 35.7º 0.72% 0.43% -
HSV(B) 35.7º 0.84% 0.74% -
XYZ 28.18 25.2 4.61 -
YUV 132.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 188 124 30 0 0.34 0.84 0.26 35.7 0.72 0.43
Hex BC 7C 1E 0 22 54 1A 24 48 2B
Octal 274 174 36 0 42 124 32 44 110 53
Binary 10111100 1111100 11110 0 100010 1010100 11010 100100 1001000 101011

Color Harmonies of #BC7C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C1E

Black with #BC7C1E

Text Example


Text Example

White with #BC7C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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