Html Css Color HEX #BC8024 Pirate Gold

📋 copy color: '#BC8024'

red 188 ◦ green 128 ◦ blue 36

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

Shades of Pirate Gold #BC8024

Tints of Pirate Gold #BC8024

RGB

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

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

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

R = 53.41%
G = 36.36%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC8024 (or 0xBC8024) is known color: Pirate Gold. HEX triplet: BC, 80 and 24. RGB value is (188,128,36). Sum of RGB (Red+Green+Blue) = 188+128+36=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8024 is #437FDB. Grayscale: #878787. Windows color (decimal): -4423644 or 2392252. OLE color: 2392252.

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

Color convert

RGB 188 128 36 -
CMYK 0 0.32 0.81 0.26
HSL 36.32º 0.68% 0.44% -
HSV(B) 36.32º 0.81% 0.74% -
XYZ 28.78 26.26 5.22 -
YUV 135.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 188 128 36 0 0.32 0.81 0.26 36.32 0.68 0.44
Hex BC 80 24 0 20 51 1A 24 44 2C
Octal 274 200 44 0 40 121 32 44 104 54
Binary 10111100 10000000 100100 0 100000 1010001 11010 100100 1000100 101100

Color Harmonies of #BC8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8024

Black with #BC8024

Text Example


Text Example

White with #BC8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8024; }

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

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

background-color css

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

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

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

border-color css

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

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

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