Html Css Color HEX #BC782D Pirate Gold

📋 copy color: '#BC782D'

red 188 ◦ green 120 ◦ blue 45

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

Shades of Pirate Gold #BC782D

Tints of Pirate Gold #BC782D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 53.26%
G = 33.99%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC782D (or 0xBC782D) is known color: Pirate Gold. HEX triplet: BC, 78 and 2D. RGB value is (188,120,45). Sum of RGB (Red+Green+Blue) = 188+120+45=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC782D is #4387D2. Grayscale: #848484. Windows color (decimal): -4425683 or 2980028. OLE color: 2980028.

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

Color convert

RGB 188 120 45 -
CMYK 0 0.36 0.76 0.26
HSL 31.47º 0.61% 0.46% -
HSV(B) 31.47º 0.76% 0.74% -
XYZ 27.93 24.31 5.7 -
YUV 131.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 188 120 45 0 0.36 0.76 0.26 31.47 0.61 0.46
Hex BC 78 2D 0 24 4C 1A 1F 3D 2E
Octal 274 170 55 0 44 114 32 37 75 56
Binary 10111100 1111000 101101 0 100100 1001100 11010 11111 111101 101110

Color Harmonies of #BC782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC782D

Black with #BC782D

Text Example


Text Example

White with #BC782D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC782D; }

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

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

background-color css

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

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

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

border-color css

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

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

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