Html Css Color HEX #BA6F27 Pirate Gold

📋 copy color: '#BA6F27'

red 186 ◦ green 111 ◦ blue 39

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

Shades of Pirate Gold #BA6F27

Tints of Pirate Gold #BA6F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 55.36%
G = 33.04%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA6F27 (or 0xBA6F27) is known color: Pirate Gold. HEX triplet: BA, 6F and 27. RGB value is (186,111,39). Sum of RGB (Red+Green+Blue) = 186+111+39=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F27 is #4590D8. Grayscale: #7D7D7D. Windows color (decimal): -4559065 or 2584506. OLE color: 2584506.

HSL color Cylindrical-coordinate representation of color #BA6F27: hue angle of 29.39º 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 #BA6F27 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 39 -
CMYK 0 0.40 0.79 0.27
HSL 29.39º 0.65% 0.44% -
HSV(B) 29.39º 0.79% 0.73% -
XYZ 26.3 21.95 4.77 -
YUV 125.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 186 111 39 0 0.40 0.79 0.27 29.39 0.65 0.44
Hex BA 6F 27 0 28 4F 1B 1D 41 2C
Octal 272 157 47 0 50 117 33 35 101 54
Binary 10111010 1101111 100111 0 101000 1001111 11011 11101 1000001 101100

Color Harmonies of #BA6F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F27

Black with #BA6F27

Text Example


Text Example

White with #BA6F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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