Html Css Color HEX #BC7027 Pirate Gold

📋 copy color: '#BC7027'

red 188 ◦ green 112 ◦ blue 39

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

Shades of Pirate Gold #BC7027

Tints of Pirate Gold #BC7027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.5%

R = 55.46%
G = 33.04%
B = 11.5%

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

#BC7027 (or 0xBC7027) is known color: Pirate Gold. HEX triplet: BC, 70 and 27. RGB value is (188,112,39). Sum of RGB (Red+Green+Blue) = 188+112+39=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7027 is #438FD8. Grayscale: #7E7E7E. Windows color (decimal): -4427737 or 2584764. OLE color: 2584764.

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

Color convert

RGB 188 112 39 -
CMYK 0 0.40 0.79 0.26
HSL 29.4º 0.66% 0.45% -
HSV(B) 29.4º 0.79% 0.74% -
XYZ 26.9 22.43 4.83 -
YUV 126.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 188 112 39 0 0.40 0.79 0.26 29.4 0.66 0.45
Hex BC 70 27 0 28 4F 1A 1D 42 2D
Octal 274 160 47 0 50 117 32 35 102 55
Binary 10111100 1110000 100111 0 101000 1001111 11010 11101 1000010 101101

Color Harmonies of #BC7027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7027

Black with #BC7027

Text Example


Text Example

White with #BC7027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7027; }

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

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

background-color css

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

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

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

border-color css

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

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

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