Html Css Color HEX #BA7F27 Pirate Gold

📋 copy color: '#BA7F27'

red 186 ◦ green 127 ◦ blue 39

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

Shades of Pirate Gold #BA7F27

Tints of Pirate Gold #BA7F27

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 39 (15.63% from 255) = 11.08%

R = 52.84%
G = 36.08%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA7F27 (or 0xBA7F27) is known color: Pirate Gold. HEX triplet: BA, 7F and 27. RGB value is (186,127,39). Sum of RGB (Red+Green+Blue) = 186+127+39=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F27 is #4580D8. Grayscale: #878787. Windows color (decimal): -4554969 or 2588602. OLE color: 2588602.

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

Color convert

RGB 186 127 39 -
CMYK 0 0.32 0.79 0.27
HSL 35.92º 0.65% 0.44% -
HSV(B) 35.92º 0.79% 0.73% -
XYZ 28.21 25.76 5.41 -
YUV 134.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 186 127 39 0 0.32 0.79 0.27 35.92 0.65 0.44
Hex BA 7F 27 0 20 4F 1B 24 41 2C
Octal 272 177 47 0 40 117 33 44 101 54
Binary 10111010 1111111 100111 0 100000 1001111 11011 100100 1000001 101100

Color Harmonies of #BA7F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F27

Black with #BA7F27

Text Example


Text Example

White with #BA7F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F27; }

 p { color: rgb(186,127,39); }

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

background-color css

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

 a { background-color: rgb(186,127,39); }

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

border-color css

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

 span { border-color: rgb(186,127,39); }

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