Html Css Color HEX #BC741A Pirate Gold

📋 copy color: '#BC741A'

red 188 ◦ green 116 ◦ blue 26

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

Shades of Pirate Gold #BC741A

Tints of Pirate Gold #BC741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 56.97%
G = 35.15%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC741A (or 0xBC741A) is known color: Pirate Gold. HEX triplet: BC, 74 and 1A. RGB value is (188,116,26). Sum of RGB (Red+Green+Blue) = 188+116+26=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC741A is #438BE5. Grayscale: #7F7F7F. Windows color (decimal): -4426726 or 1733820. OLE color: 1733820.

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

Color convert

RGB 188 116 26 -
CMYK 0 0.38 0.86 0.26
HSL 33.33º 0.76% 0.42% -
HSV(B) 33.33º 0.86% 0.74% -
XYZ 27.17 23.26 4.03 -
YUV 127.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 188 116 26 0 0.38 0.86 0.26 33.33 0.76 0.42
Hex BC 74 1A 0 26 56 1A 21 4C 2A
Octal 274 164 32 0 46 126 32 41 114 52
Binary 10111100 1110100 11010 0 100110 1010110 11010 100001 1001100 101010

Color Harmonies of #BC741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC741A

Black with #BC741A

Text Example


Text Example

White with #BC741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC741A; }

 p { color: rgb(188,116,26); }

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

background-color css

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

 a { background-color: rgb(188,116,26); }

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

border-color css

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

 span { border-color: rgb(188,116,26); }

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