Html Css Color HEX #BC7A1B Pirate Gold

📋 copy color: '#BC7A1B'

red 188 ◦ green 122 ◦ blue 27

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

Shades of Pirate Gold #BC7A1B

Tints of Pirate Gold #BC7A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

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

R = 55.79%
G = 36.2%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC7A1B (or 0xBC7A1B) is known color: Pirate Gold. HEX triplet: BC, 7A and 1B. RGB value is (188,122,27). Sum of RGB (Red+Green+Blue) = 188+122+27=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A1B is #4385E4. Grayscale: #838383. Windows color (decimal): -4425189 or 1800892. OLE color: 1800892.

HSL color Cylindrical-coordinate representation of color #BC7A1B: hue angle of 35.4º 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 #BC7A1B is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 122 27 -
CMYK 0 0.35 0.86 0.26
HSL 35.4º 0.75% 0.42% -
HSV(B) 35.4º 0.86% 0.74% -
XYZ 27.9 24.69 4.33 -
YUV 130.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 188 122 27 0 0.35 0.86 0.26 35.4 0.75 0.42
Hex BC 7A 1B 0 23 56 1A 23 4B 2A
Octal 274 172 33 0 43 126 32 43 113 52
Binary 10111100 1111010 11011 0 100011 1010110 11010 100011 1001011 101010

Color Harmonies of #BC7A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A1B

Black with #BC7A1B

Text Example


Text Example

White with #BC7A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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