Html Css Color HEX #BC7515 Pirate Gold

📋 copy color: '#BC7515'

red 188 ◦ green 117 ◦ blue 21

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

Shades of Pirate Gold #BC7515

Tints of Pirate Gold #BC7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.89%

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 57.67%
G = 35.89%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC7515 (or 0xBC7515) is known color: Pirate Gold. HEX triplet: BC, 75 and 15. RGB value is (188,117,21). Sum of RGB (Red+Green+Blue) = 188+117+21=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7515 is #438AEA. Grayscale: #7F7F7F. Windows color (decimal): -4426475 or 1406396. OLE color: 1406396.

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

Color convert

RGB 188 117 21 -
CMYK 0 0.38 0.89 0.26
HSL 34.49º 0.8% 0.41% -
HSV(B) 34.49º 0.89% 0.74% -
XYZ 27.24 23.47 3.8 -
YUV 127.29 68.02 171.31 -
System Red Green Blue C M Y K H S L
Decimal 188 117 21 0 0.38 0.89 0.26 34.49 0.8 0.41
Hex BC 75 15 0 26 59 1A 22 50 29
Octal 274 165 25 0 46 131 32 42 120 51
Binary 10111100 1110101 10101 0 100110 1011001 11010 100010 1010000 101001

Color Harmonies of #BC7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7515

Black with #BC7515

Text Example


Text Example

White with #BC7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7515; }

 p { color: rgb(188,117,21); }

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

background-color css

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

 a { background-color: rgb(188,117,21); }

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

border-color css

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

 span { border-color: rgb(188,117,21); }

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