Html Css Color HEX #BC7D2A Pirate Gold

📋 copy color: '#BC7D2A'

red 188 ◦ green 125 ◦ blue 42

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

Shades of Pirate Gold #BC7D2A

Tints of Pirate Gold #BC7D2A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.21%

 BLUE value IS 42 (16.8% from 255) = 11.83%

R = 52.96%
G = 35.21%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC7D2A (or 0xBC7D2A) is known color: Pirate Gold. HEX triplet: BC, 7D and 2A. RGB value is (188,125,42). Sum of RGB (Red+Green+Blue) = 188+125+42=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D2A is #4382D5. Grayscale: #868686. Windows color (decimal): -4424406 or 2784700. OLE color: 2784700.

HSL color Cylindrical-coordinate representation of color #BC7D2A: hue angle of 34.11º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC7D2A is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 42 -
CMYK 0 0.34 0.78 0.26
HSL 34.11º 0.63% 0.45% -
HSV(B) 34.11º 0.78% 0.74% -
XYZ 28.49 25.53 5.62 -
YUV 134.38 75.87 166.25 -
System Red Green Blue C M Y K H S L
Decimal 188 125 42 0 0.34 0.78 0.26 34.11 0.63 0.45
Hex BC 7D 2A 0 22 4E 1A 22 3F 2D
Octal 274 175 52 0 42 116 32 42 77 55
Binary 10111100 1111101 101010 0 100010 1001110 11010 100010 111111 101101

Color Harmonies of #BC7D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D2A

Black with #BC7D2A

Text Example


Text Example

White with #BC7D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D2A; }

 p { color: rgb(188,125,42); }

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

background-color css

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

 a { background-color: rgb(188,125,42); }

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

border-color css

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

 span { border-color: rgb(188,125,42); }

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