Html Css Color HEX #BC7E2A Pirate Gold

📋 copy color: '#BC7E2A'

red 188 ◦ green 126 ◦ blue 42

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

Shades of Pirate Gold #BC7E2A

Tints of Pirate Gold #BC7E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.39%

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 52.81%
G = 35.39%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC7E2A (or 0xBC7E2A) is known color: Pirate Gold. HEX triplet: BC, 7E and 2A. RGB value is (188,126,42). Sum of RGB (Red+Green+Blue) = 188+126+42=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E2A is #4381D5. Grayscale: #878787. Windows color (decimal): -4424150 or 2784956. OLE color: 2784956.

HSL color Cylindrical-coordinate representation of color #BC7E2A: hue angle of 34.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC7E2A is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 42 -
CMYK 0 0.33 0.78 0.26
HSL 34.52º 0.63% 0.45% -
HSV(B) 34.52º 0.78% 0.74% -
XYZ 28.62 25.78 5.66 -
YUV 134.96 75.54 165.83 -
System Red Green Blue C M Y K H S L
Decimal 188 126 42 0 0.33 0.78 0.26 34.52 0.63 0.45
Hex BC 7E 2A 0 21 4E 1A 23 3F 2D
Octal 274 176 52 0 41 116 32 43 77 55
Binary 10111100 1111110 101010 0 100001 1001110 11010 100011 111111 101101

Color Harmonies of #BC7E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E2A

Black with #BC7E2A

Text Example


Text Example

White with #BC7E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E2A; }

 p { color: rgb(188,126,42); }

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

background-color css

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

 a { background-color: rgb(188,126,42); }

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

border-color css

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

 span { border-color: rgb(188,126,42); }

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