Html Css Color HEX #BC8026 Pirate Gold

📋 copy color: '#BC8026'

red 188 ◦ green 128 ◦ blue 38

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

Shades of Pirate Gold #BC8026

Tints of Pirate Gold #BC8026

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 53.11%
G = 36.16%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC8026 (or 0xBC8026) is known color: Pirate Gold. HEX triplet: BC, 80 and 26. RGB value is (188,128,38). Sum of RGB (Red+Green+Blue) = 188+128+38=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8026 is #437FD9. Grayscale: #888888. Windows color (decimal): -4423642 or 2523324. OLE color: 2523324.

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

Color convert

RGB 188 128 38 -
CMYK 0 0.32 0.80 0.26
HSL 36º 0.66% 0.44% -
HSV(B) 36º 0.8% 0.74% -
XYZ 28.81 26.27 5.39 -
YUV 135.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 188 128 38 0 0.32 0.80 0.26 36 0.66 0.44
Hex BC 80 26 0 20 50 1A 24 42 2C
Octal 274 200 46 0 40 120 32 44 102 54
Binary 10111100 10000000 100110 0 100000 1010000 11010 100100 1000010 101100

Color Harmonies of #BC8026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8026

Black with #BC8026

Text Example


Text Example

White with #BC8026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8026; }

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

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

background-color css

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

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

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

border-color css

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

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

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