Html Css Color HEX #BC761C Pirate Gold

📋 copy color: '#BC761C'

red 188 ◦ green 118 ◦ blue 28

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

Shades of Pirate Gold #BC761C

Tints of Pirate Gold #BC761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 56.29%
G = 35.33%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC761C (or 0xBC761C) is known color: Pirate Gold. HEX triplet: BC, 76 and 1C. RGB value is (188,118,28). Sum of RGB (Red+Green+Blue) = 188+118+28=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC761C is #4389E3. Grayscale: #818181. Windows color (decimal): -4426212 or 1865404. OLE color: 1865404.

HSL color Cylindrical-coordinate representation of color #BC761C: hue angle of 33.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC761C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 28 -
CMYK 0 0.37 0.85 0.26
HSL 33.75º 0.74% 0.42% -
HSV(B) 33.75º 0.85% 0.74% -
XYZ 27.43 23.73 4.23 -
YUV 128.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 188 118 28 0 0.37 0.85 0.26 33.75 0.74 0.42
Hex BC 76 1C 0 25 55 1A 22 4A 2A
Octal 274 166 34 0 45 125 32 42 112 52
Binary 10111100 1110110 11100 0 100101 1010101 11010 100010 1001010 101010

Color Harmonies of #BC761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC761C

Black with #BC761C

Text Example


Text Example

White with #BC761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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