Html Css Color HEX #BC782C Pirate Gold

📋 copy color: '#BC782C'

red 188 ◦ green 120 ◦ blue 44

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

Shades of Pirate Gold #BC782C

Tints of Pirate Gold #BC782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

 BLUE value IS 44 (17.58% from 255) = 12.5%

R = 53.41%
G = 34.09%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC782C (or 0xBC782C) is known color: Pirate Gold. HEX triplet: BC, 78 and 2C. RGB value is (188,120,44). Sum of RGB (Red+Green+Blue) = 188+120+44=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC782C is #4387D3. Grayscale: #848484. Windows color (decimal): -4425684 or 2914492. OLE color: 2914492.

HSL color Cylindrical-coordinate representation of color #BC782C: hue angle of 31.67º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC782C is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 120 44 -
CMYK 0 0.36 0.77 0.26
HSL 31.67º 0.62% 0.45% -
HSV(B) 31.67º 0.77% 0.74% -
XYZ 27.91 24.31 5.6 -
YUV 131.67 78.53 168.18 -
System Red Green Blue C M Y K H S L
Decimal 188 120 44 0 0.36 0.77 0.26 31.67 0.62 0.45
Hex BC 78 2C 0 24 4D 1A 20 3E 2D
Octal 274 170 54 0 44 115 32 40 76 55
Binary 10111100 1111000 101100 0 100100 1001101 11010 100000 111110 101101

Color Harmonies of #BC782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC782C

Black with #BC782C

Text Example


Text Example

White with #BC782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC782C; }

 p { color: rgb(188,120,44); }

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

background-color css

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

 a { background-color: rgb(188,120,44); }

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

border-color css

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

 span { border-color: rgb(188,120,44); }

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