Html Css Color HEX #BC8126 Pirate Gold

📋 copy color: '#BC8126'

red 188 ◦ green 129 ◦ blue 38

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

Shades of Pirate Gold #BC8126

Tints of Pirate Gold #BC8126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.7%

R = 52.96%
G = 36.34%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC8126 (or 0xBC8126) is known color: Pirate Gold. HEX triplet: BC, 81 and 26. RGB value is (188,129,38). Sum of RGB (Red+Green+Blue) = 188+129+38=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8126 is #437ED9. Grayscale: #888888. Windows color (decimal): -4423386 or 2523580. OLE color: 2523580.

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

Color convert

RGB 188 129 38 -
CMYK 0 0.31 0.80 0.26
HSL 36.4º 0.66% 0.44% -
HSV(B) 36.4º 0.8% 0.74% -
XYZ 28.94 26.53 5.43 -
YUV 136.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 188 129 38 0 0.31 0.80 0.26 36.4 0.66 0.44
Hex BC 81 26 0 1F 50 1A 24 42 2C
Octal 274 201 46 0 37 120 32 44 102 54
Binary 10111100 10000001 100110 0 11111 1010000 11010 100100 1000010 101100

Color Harmonies of #BC8126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8126

Black with #BC8126

Text Example


Text Example

White with #BC8126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8126; }

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

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

background-color css

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

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

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

border-color css

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

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

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