Html Css Color HEX #BC741D Pirate Gold

📋 copy color: '#BC741D'

red 188 ◦ green 116 ◦ blue 29

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

Shades of Pirate Gold #BC741D

Tints of Pirate Gold #BC741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.83%

 BLUE value IS 29 (11.72% from 255) = 8.71%

R = 56.46%
G = 34.83%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC741D (or 0xBC741D) is known color: Pirate Gold. HEX triplet: BC, 74 and 1D. RGB value is (188,116,29). Sum of RGB (Red+Green+Blue) = 188+116+29=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC741D is #438BE2. Grayscale: #808080. Windows color (decimal): -4426723 or 1930428. OLE color: 1930428.

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

Color convert

RGB 188 116 29 -
CMYK 0 0.38 0.85 0.26
HSL 32.83º 0.73% 0.43% -
HSV(B) 32.83º 0.85% 0.74% -
XYZ 27.21 23.27 4.22 -
YUV 127.61 72.35 171.07 -
System Red Green Blue C M Y K H S L
Decimal 188 116 29 0 0.38 0.85 0.26 32.83 0.73 0.43
Hex BC 74 1D 0 26 55 1A 21 49 2B
Octal 274 164 35 0 46 125 32 41 111 53
Binary 10111100 1110100 11101 0 100110 1010101 11010 100001 1001001 101011

Color Harmonies of #BC741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC741D

Black with #BC741D

Text Example


Text Example

White with #BC741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC741D; }

 p { color: rgb(188,116,29); }

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

background-color css

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

 a { background-color: rgb(188,116,29); }

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

border-color css

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

 span { border-color: rgb(188,116,29); }

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