Html Css Color HEX #BC7128 Pirate Gold

📋 copy color: '#BC7128'

red 188 ◦ green 113 ◦ blue 40

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

Shades of Pirate Gold #BC7128

Tints of Pirate Gold #BC7128

RGB

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

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

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

R = 55.13%
G = 33.14%
B = 11.73%

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

#BC7128 (or 0xBC7128) is known color: Pirate Gold. HEX triplet: BC, 71 and 28. RGB value is (188,113,40). Sum of RGB (Red+Green+Blue) = 188+113+40=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7128 is #438ED7. Grayscale: #7F7F7F. Windows color (decimal): -4427480 or 2650556. OLE color: 2650556.

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

Color convert

RGB 188 113 40 -
CMYK 0 0.40 0.79 0.26
HSL 29.59º 0.65% 0.45% -
HSV(B) 29.59º 0.79% 0.74% -
XYZ 27.03 22.65 4.96 -
YUV 127.1 78.85 171.44 -
System Red Green Blue C M Y K H S L
Decimal 188 113 40 0 0.40 0.79 0.26 29.59 0.65 0.45
Hex BC 71 28 0 28 4F 1A 1E 41 2D
Octal 274 161 50 0 50 117 32 36 101 55
Binary 10111100 1110001 101000 0 101000 1001111 11010 11110 1000001 101101

Color Harmonies of #BC7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7128

Black with #BC7128

Text Example


Text Example

White with #BC7128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7128; }

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

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

background-color css

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

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

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

border-color css

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

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

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