Html Css Color HEX #BC7129 Pirate Gold

📋 copy color: '#BC7129'

red 188 ◦ green 113 ◦ blue 41

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

Shades of Pirate Gold #BC7129

Tints of Pirate Gold #BC7129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.99%

R = 54.97%
G = 33.04%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC7129 (or 0xBC7129) is known color: Pirate Gold. HEX triplet: BC, 71 and 29. RGB value is (188,113,41). Sum of RGB (Red+Green+Blue) = 188+113+41=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7129 is #438ED6. Grayscale: #7F7F7F. Windows color (decimal): -4427479 or 2716092. OLE color: 2716092.

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

Color convert

RGB 188 113 41 -
CMYK 0 0.40 0.78 0.26
HSL 29.39º 0.64% 0.45% -
HSV(B) 29.39º 0.78% 0.74% -
XYZ 27.04 22.66 5.05 -
YUV 127.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 188 113 41 0 0.40 0.78 0.26 29.39 0.64 0.45
Hex BC 71 29 0 28 4E 1A 1D 40 2D
Octal 274 161 51 0 50 116 32 35 100 55
Binary 10111100 1110001 101001 0 101000 1001110 11010 11101 1000000 101101

Color Harmonies of #BC7129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7129

Black with #BC7129

Text Example


Text Example

White with #BC7129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7129; }

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

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

background-color css

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

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

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

border-color css

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

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

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