Html Css Color HEX #BC741B Pirate Gold

📋 copy color: '#BC741B'

red 188 ◦ green 116 ◦ blue 27

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

Shades of Pirate Gold #BC741B

Tints of Pirate Gold #BC741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 56.8%
G = 35.05%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC741B (or 0xBC741B) is known color: Pirate Gold. HEX triplet: BC, 74 and 1B. RGB value is (188,116,27). Sum of RGB (Red+Green+Blue) = 188+116+27=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC741B is #438BE4. Grayscale: #7F7F7F. Windows color (decimal): -4426725 or 1799356. OLE color: 1799356.

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

Color convert

RGB 188 116 27 -
CMYK 0 0.38 0.86 0.26
HSL 33.17º 0.75% 0.42% -
HSV(B) 33.17º 0.86% 0.74% -
XYZ 27.18 23.26 4.09 -
YUV 127.38 71.35 171.24 -
System Red Green Blue C M Y K H S L
Decimal 188 116 27 0 0.38 0.86 0.26 33.17 0.75 0.42
Hex BC 74 1B 0 26 56 1A 21 4B 2A
Octal 274 164 33 0 46 126 32 41 113 52
Binary 10111100 1110100 11011 0 100110 1010110 11010 100001 1001011 101010

Color Harmonies of #BC741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC741B

Black with #BC741B

Text Example


Text Example

White with #BC741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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