Html Css Color HEX #BA7C28 Pirate Gold

📋 copy color: '#BA7C28'

red 186 ◦ green 124 ◦ blue 40

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

Shades of Pirate Gold #BA7C28

Tints of Pirate Gold #BA7C28

RGB

 RED value IS 186 (73.05% from 255) = 53.14%

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 53.14%
G = 35.43%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA7C28 (or 0xBA7C28) is known color: Pirate Gold. HEX triplet: BA, 7C and 28. RGB value is (186,124,40). Sum of RGB (Red+Green+Blue) = 186+124+40=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C28 is #4583D7. Grayscale: #858585. Windows color (decimal): -4555736 or 2653370. OLE color: 2653370.

HSL color Cylindrical-coordinate representation of color #BA7C28: hue angle of 34.52º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA7C28 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 124 40 -
CMYK 0 0.33 0.78 0.27
HSL 34.52º 0.65% 0.44% -
HSV(B) 34.52º 0.78% 0.73% -
XYZ 27.84 25.01 5.37 -
YUV 132.96 75.54 165.83 -
System Red Green Blue C M Y K H S L
Decimal 186 124 40 0 0.33 0.78 0.27 34.52 0.65 0.44
Hex BA 7C 28 0 21 4E 1B 23 41 2C
Octal 272 174 50 0 41 116 33 43 101 54
Binary 10111010 1111100 101000 0 100001 1001110 11011 100011 1000001 101100

Color Harmonies of #BA7C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C28

Black with #BA7C28

Text Example


Text Example

White with #BA7C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C28; }

 p { color: rgb(186,124,40); }

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

background-color css

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

 a { background-color: rgb(186,124,40); }

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

border-color css

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

 span { border-color: rgb(186,124,40); }

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