Html Css Color HEX #BC7616 Pirate Gold

📋 copy color: '#BC7616'

red 188 ◦ green 118 ◦ blue 22

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

Shades of Pirate Gold #BC7616

Tints of Pirate Gold #BC7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

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

R = 57.32%
G = 35.98%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC7616 (or 0xBC7616) is known color: Pirate Gold. HEX triplet: BC, 76 and 16. RGB value is (188,118,22). Sum of RGB (Red+Green+Blue) = 188+118+22=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7616 is #4389E9. Grayscale: #808080. Windows color (decimal): -4426218 or 1472188. OLE color: 1472188.

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

Color convert

RGB 188 118 22 -
CMYK 0 0.37 0.88 0.26
HSL 34.7º 0.79% 0.41% -
HSV(B) 34.7º 0.88% 0.74% -
XYZ 27.36 23.71 3.89 -
YUV 127.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 188 118 22 0 0.37 0.88 0.26 34.7 0.79 0.41
Hex BC 76 16 0 25 58 1A 23 4F 29
Octal 274 166 26 0 45 130 32 43 117 51
Binary 10111100 1110110 10110 0 100101 1011000 11010 100011 1001111 101001

Color Harmonies of #BC7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7616

Black with #BC7616

Text Example


Text Example

White with #BC7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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