Html Css Color HEX #BC7316 Pirate Gold

📋 copy color: '#BC7316'

red 188 ◦ green 115 ◦ blue 22

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

Shades of Pirate Gold #BC7316

Tints of Pirate Gold #BC7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

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

R = 57.85%
G = 35.38%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC7316 (or 0xBC7316) is known color: Pirate Gold. HEX triplet: BC, 73 and 16. RGB value is (188,115,22). Sum of RGB (Red+Green+Blue) = 188+115+22=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7316 is #438CE9. Grayscale: #7E7E7E. Windows color (decimal): -4426986 or 1471420. OLE color: 1471420.

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

Color convert

RGB 188 115 22 -
CMYK 0 0.39 0.88 0.26
HSL 33.61º 0.79% 0.41% -
HSV(B) 33.61º 0.88% 0.74% -
XYZ 27.01 23.01 3.78 -
YUV 126.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 188 115 22 0 0.39 0.88 0.26 33.61 0.79 0.41
Hex BC 73 16 0 27 58 1A 22 4F 29
Octal 274 163 26 0 47 130 32 42 117 51
Binary 10111100 1110011 10110 0 100111 1011000 11010 100010 1001111 101001

Color Harmonies of #BC7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7316

Black with #BC7316

Text Example


Text Example

White with #BC7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7316; }

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

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

background-color css

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

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

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

border-color css

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

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

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