Html Css Color HEX #BC8124 Pirate Gold

📋 copy color: '#BC8124'

red 188 ◦ green 129 ◦ blue 36

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

Shades of Pirate Gold #BC8124

Tints of Pirate Gold #BC8124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

 BLUE value IS 36 (14.45% from 255) = 10.2%

R = 53.26%
G = 36.54%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC8124 (or 0xBC8124) is known color: Pirate Gold. HEX triplet: BC, 81 and 24. RGB value is (188,129,36). Sum of RGB (Red+Green+Blue) = 188+129+36=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8124 is #437EDB. Grayscale: #888888. Windows color (decimal): -4423388 or 2392508. OLE color: 2392508.

HSL color Cylindrical-coordinate representation of color #BC8124: hue angle of 36.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC8124 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 129 36 -
CMYK 0 0.31 0.81 0.26
HSL 36.71º 0.68% 0.44% -
HSV(B) 36.71º 0.81% 0.74% -
XYZ 28.91 26.52 5.26 -
YUV 136.04 71.55 165.06 -
System Red Green Blue C M Y K H S L
Decimal 188 129 36 0 0.31 0.81 0.26 36.71 0.68 0.44
Hex BC 81 24 0 1F 51 1A 25 44 2C
Octal 274 201 44 0 37 121 32 45 104 54
Binary 10111100 10000001 100100 0 11111 1010001 11010 100101 1000100 101100

Color Harmonies of #BC8124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8124

Black with #BC8124

Text Example


Text Example

White with #BC8124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8124; }

 p { color: rgb(188,129,36); }

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

background-color css

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

 a { background-color: rgb(188,129,36); }

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

border-color css

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

 span { border-color: rgb(188,129,36); }

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