Html Css Color HEX #BA6F25 Pirate Gold

📋 copy color: '#BA6F25'

red 186 ◦ green 111 ◦ blue 37

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

Shades of Pirate Gold #BA6F25

Tints of Pirate Gold #BA6F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 55.69%
G = 33.23%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA6F25 (or 0xBA6F25) is known color: Pirate Gold. HEX triplet: BA, 6F and 25. RGB value is (186,111,37). Sum of RGB (Red+Green+Blue) = 186+111+37=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F25 is #4590DA. Grayscale: #7D7D7D. Windows color (decimal): -4559067 or 2453434. OLE color: 2453434.

HSL color Cylindrical-coordinate representation of color #BA6F25: hue angle of 29.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA6F25 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 37 -
CMYK 0 0.40 0.80 0.27
HSL 29.8º 0.67% 0.44% -
HSV(B) 29.8º 0.8% 0.73% -
XYZ 26.27 21.94 4.6 -
YUV 124.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 186 111 37 0 0.40 0.80 0.27 29.8 0.67 0.44
Hex BA 6F 25 0 28 50 1B 1E 43 2C
Octal 272 157 45 0 50 120 33 36 103 54
Binary 10111010 1101111 100101 0 101000 1010000 11011 11110 1000011 101100

Color Harmonies of #BA6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F25

Black with #BA6F25

Text Example


Text Example

White with #BA6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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