Html Css Color HEX #BC711A Pirate Gold

📋 copy color: '#BC711A'

red 188 ◦ green 113 ◦ blue 26

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

Shades of Pirate Gold #BC711A

Tints of Pirate Gold #BC711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.56%

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

R = 57.49%
G = 34.56%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC711A (or 0xBC711A) is known color: Pirate Gold. HEX triplet: BC, 71 and 1A. RGB value is (188,113,26). Sum of RGB (Red+Green+Blue) = 188+113+26=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC711A is #438EE5. Grayscale: #7D7D7D. Windows color (decimal): -4427494 or 1733052. OLE color: 1733052.

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

Color convert

RGB 188 113 26 -
CMYK 0 0.40 0.86 0.26
HSL 32.22º 0.76% 0.42% -
HSV(B) 32.22º 0.86% 0.74% -
XYZ 26.83 22.58 3.92 -
YUV 125.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 188 113 26 0 0.40 0.86 0.26 32.22 0.76 0.42
Hex BC 71 1A 0 28 56 1A 20 4C 2A
Octal 274 161 32 0 50 126 32 40 114 52
Binary 10111100 1110001 11010 0 101000 1010110 11010 100000 1001100 101010

Color Harmonies of #BC711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC711A

Black with #BC711A

Text Example


Text Example

White with #BC711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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