Html Css Color HEX #BC711F Pirate Gold

📋 copy color: '#BC711F'

red 188 ◦ green 113 ◦ blue 31

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

Shades of Pirate Gold #BC711F

Tints of Pirate Gold #BC711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 56.63%
G = 34.04%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC711F (or 0xBC711F) is known color: Pirate Gold. HEX triplet: BC, 71 and 1F. RGB value is (188,113,31). Sum of RGB (Red+Green+Blue) = 188+113+31=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC711F is #438EE0. Grayscale: #7E7E7E. Windows color (decimal): -4427489 or 2060732. OLE color: 2060732.

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

Color convert

RGB 188 113 31 -
CMYK 0 0.40 0.84 0.26
HSL 31.34º 0.72% 0.43% -
HSV(B) 31.34º 0.84% 0.74% -
XYZ 26.89 22.6 4.24 -
YUV 126.08 74.35 172.17 -
System Red Green Blue C M Y K H S L
Decimal 188 113 31 0 0.40 0.84 0.26 31.34 0.72 0.43
Hex BC 71 1F 0 28 54 1A 1F 48 2B
Octal 274 161 37 0 50 124 32 37 110 53
Binary 10111100 1110001 11111 0 101000 1010100 11010 11111 1001000 101011

Color Harmonies of #BC711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC711F

Black with #BC711F

Text Example


Text Example

White with #BC711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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