Html Css Color HEX #BC7416 Pirate Gold

📋 copy color: '#BC7416'

red 188 ◦ green 116 ◦ blue 22

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

Shades of Pirate Gold #BC7416

Tints of Pirate Gold #BC7416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 57.67%
G = 35.58%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC7416 (or 0xBC7416) is known color: Pirate Gold. HEX triplet: BC, 74 and 16. RGB value is (188,116,22). Sum of RGB (Red+Green+Blue) = 188+116+22=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7416 is #438BE9. Grayscale: #7F7F7F. Windows color (decimal): -4426730 or 1471676. OLE color: 1471676.

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

Color convert

RGB 188 116 22 -
CMYK 0 0.38 0.88 0.26
HSL 33.98º 0.79% 0.41% -
HSV(B) 33.98º 0.88% 0.74% -
XYZ 27.13 23.24 3.81 -
YUV 126.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 188 116 22 0 0.38 0.88 0.26 33.98 0.79 0.41
Hex BC 74 16 0 26 58 1A 22 4F 29
Octal 274 164 26 0 46 130 32 42 117 51
Binary 10111100 1110100 10110 0 100110 1011000 11010 100010 1001111 101001

Color Harmonies of #BC7416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7416

Black with #BC7416

Text Example


Text Example

White with #BC7416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7416; }

 p { color: rgb(188,116,22); }

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

background-color css

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

 a { background-color: rgb(188,116,22); }

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

border-color css

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

 span { border-color: rgb(188,116,22); }

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