Html Css Color HEX #BC7127 Pirate Gold

📋 copy color: '#BC7127'

red 188 ◦ green 113 ◦ blue 39

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

Shades of Pirate Gold #BC7127

Tints of Pirate Gold #BC7127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

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

R = 55.29%
G = 33.24%
B = 11.47%

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

#BC7127 (or 0xBC7127) is known color: Pirate Gold. HEX triplet: BC, 71 and 27. RGB value is (188,113,39). Sum of RGB (Red+Green+Blue) = 188+113+39=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7127 is #438ED8. Grayscale: #7F7F7F. Windows color (decimal): -4427481 or 2585020. OLE color: 2585020.

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

Color convert

RGB 188 113 39 -
CMYK 0 0.40 0.79 0.26
HSL 29.8º 0.66% 0.45% -
HSV(B) 29.8º 0.79% 0.74% -
XYZ 27.01 22.65 4.87 -
YUV 126.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 188 113 39 0 0.40 0.79 0.26 29.8 0.66 0.45
Hex BC 71 27 0 28 4F 1A 1E 42 2D
Octal 274 161 47 0 50 117 32 36 102 55
Binary 10111100 1110001 100111 0 101000 1001111 11010 11110 1000010 101101

Color Harmonies of #BC7127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7127

Black with #BC7127

Text Example


Text Example

White with #BC7127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7127; }

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

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

background-color css

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

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

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

border-color css

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

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

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