Html Css Color HEX #BC7024 Pirate Gold

📋 copy color: '#BC7024'

red 188 ◦ green 112 ◦ blue 36

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

Shades of Pirate Gold #BC7024

Tints of Pirate Gold #BC7024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

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

R = 55.95%
G = 33.33%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC7024 (or 0xBC7024) is known color: Pirate Gold. HEX triplet: BC, 70 and 24. RGB value is (188,112,36). Sum of RGB (Red+Green+Blue) = 188+112+36=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7024 is #438FDB. Grayscale: #7E7E7E. Windows color (decimal): -4427740 or 2388156. OLE color: 2388156.

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

Color convert

RGB 188 112 36 -
CMYK 0 0.40 0.81 0.26
HSL 30º 0.68% 0.44% -
HSV(B) 30º 0.81% 0.74% -
XYZ 26.85 22.41 4.58 -
YUV 126.06 77.18 172.18 -
System Red Green Blue C M Y K H S L
Decimal 188 112 36 0 0.40 0.81 0.26 30 0.68 0.44
Hex BC 70 24 0 28 51 1A 1E 44 2C
Octal 274 160 44 0 50 121 32 36 104 54
Binary 10111100 1110000 100100 0 101000 1010001 11010 11110 1000100 101100

Color Harmonies of #BC7024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7024

Black with #BC7024

Text Example


Text Example

White with #BC7024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7024; }

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

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

background-color css

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

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

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

border-color css

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

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

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