Html Css Color HEX #BC7A2D Pirate Gold

📋 copy color: '#BC7A2D'

red 188 ◦ green 122 ◦ blue 45

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

Shades of Pirate Gold #BC7A2D

Tints of Pirate Gold #BC7A2D

RGB

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

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

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

R = 52.96%
G = 34.37%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC7A2D (or 0xBC7A2D) is known color: Pirate Gold. HEX triplet: BC, 7A and 2D. RGB value is (188,122,45). Sum of RGB (Red+Green+Blue) = 188+122+45=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A2D is #4385D2. Grayscale: #858585. Windows color (decimal): -4425171 or 2980540. OLE color: 2980540.

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

Color convert

RGB 188 122 45 -
CMYK 0 0.35 0.76 0.26
HSL 32.31º 0.61% 0.46% -
HSV(B) 32.31º 0.76% 0.74% -
XYZ 28.17 24.8 5.78 -
YUV 132.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 188 122 45 0 0.35 0.76 0.26 32.31 0.61 0.46
Hex BC 7A 2D 0 23 4C 1A 20 3D 2E
Octal 274 172 55 0 43 114 32 40 75 56
Binary 10111100 1111010 101101 0 100011 1001100 11010 100000 111101 101110

Color Harmonies of #BC7A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A2D

Black with #BC7A2D

Text Example


Text Example

White with #BC7A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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