Html Css Color HEX #BC7028 Pirate Gold

📋 copy color: '#BC7028'

red 188 ◦ green 112 ◦ blue 40

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

Shades of Pirate Gold #BC7028

Tints of Pirate Gold #BC7028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 55.29%
G = 32.94%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC7028 (or 0xBC7028) is known color: Pirate Gold. HEX triplet: BC, 70 and 28. RGB value is (188,112,40). Sum of RGB (Red+Green+Blue) = 188+112+40=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7028 is #438FD7. Grayscale: #7E7E7E. Windows color (decimal): -4427736 or 2650300. OLE color: 2650300.

HSL color Cylindrical-coordinate representation of color #BC7028: hue angle of 29.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC7028 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 40 -
CMYK 0 0.40 0.79 0.26
HSL 29.19º 0.65% 0.45% -
HSV(B) 29.19º 0.79% 0.74% -
XYZ 26.92 22.43 4.92 -
YUV 126.52 79.18 171.85 -
System Red Green Blue C M Y K H S L
Decimal 188 112 40 0 0.40 0.79 0.26 29.19 0.65 0.45
Hex BC 70 28 0 28 4F 1A 1D 41 2D
Octal 274 160 50 0 50 117 32 35 101 55
Binary 10111100 1110000 101000 0 101000 1001111 11010 11101 1000001 101101

Color Harmonies of #BC7028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7028

Black with #BC7028

Text Example


Text Example

White with #BC7028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7028; }

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

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

background-color css

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

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

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

border-color css

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

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

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