Html Css Color HEX #BC7A1F Pirate Gold

📋 copy color: '#BC7A1F'

red 188 ◦ green 122 ◦ blue 31

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

Shades of Pirate Gold #BC7A1F

Tints of Pirate Gold #BC7A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.09%

R = 55.13%
G = 35.78%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC7A1F (or 0xBC7A1F) is known color: Pirate Gold. HEX triplet: BC, 7A and 1F. RGB value is (188,122,31). Sum of RGB (Red+Green+Blue) = 188+122+31=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A1F is #4385E0. Grayscale: #838383. Windows color (decimal): -4425185 or 2063036. OLE color: 2063036.

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

Color convert

RGB 188 122 31 -
CMYK 0 0.35 0.84 0.26
HSL 34.78º 0.72% 0.43% -
HSV(B) 34.78º 0.84% 0.74% -
XYZ 27.95 24.71 4.59 -
YUV 131.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 188 122 31 0 0.35 0.84 0.26 34.78 0.72 0.43
Hex BC 7A 1F 0 23 54 1A 23 48 2B
Octal 274 172 37 0 43 124 32 43 110 53
Binary 10111100 1111010 11111 0 100011 1010100 11010 100011 1001000 101011

Color Harmonies of #BC7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A1F

Black with #BC7A1F

Text Example


Text Example

White with #BC7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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